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