mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-12-14 23:03:40 +00:00
end work to dbus interface
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user