aboutsummaryrefslogtreecommitdiff
path: root/src/dbus.cpp
blob: 5e0ce6e73f0e753eedab78ddfb2b788652ded0d7 (plain)
1
2
3
4
5
6
7
#include "dbus.hpp"

#include <iostream>

void DBusHandler::show() {
	this->window->show();
}