end work to dbus interface

This commit is contained in:
arcan1s
2014-08-06 22:36:10 +04:00
parent 86753070e8
commit dee47b0ffc
7 changed files with 147 additions and 52 deletions

View File

@ -27,11 +27,10 @@ class MainWindow;
class NetctlGuiAdaptor : public QDBusAbstractAdaptor
{
Q_OBJECT
Q_CLASSINFO("D-Bus Interface", "org.netctlgui.netctlgui")
Q_CLASSINFO("D-Bus Interface", "org.freedesktop.netctlgui")
public:
explicit NetctlGuiAdaptor(MainWindow *parent = 0,
const bool debugCmd = false);
explicit NetctlGuiAdaptor(MainWindow *parent = 0);
~NetctlGuiAdaptor();
public slots:
@ -45,7 +44,6 @@ public slots:
bool ShowSettings();
private:
bool debug;
MainWindow *mainWindow;
};