add org.netctlgui.netctlgui /netctlgui

This commit is contained in:
arcan1s
2014-08-06 21:47:54 +04:00
parent ff78d390ae
commit 86753070e8
5 changed files with 115 additions and 20 deletions

View File

@ -19,6 +19,7 @@
#define NETCTLGUIADAPTOR_H
#include <QDBusAbstractAdaptor>
#include <QStringList>
class MainWindow;
@ -34,7 +35,14 @@ public:
~NetctlGuiAdaptor();
public slots:
bool Close();
QString Information();
bool RestoreWindow();
QStringList Settings();
bool ShowAbout();
bool ShowMain();
bool ShowNetctlAuto();
bool ShowSettings();
private:
bool debug;