mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-09-10 17:49:57 +00:00
* add info instrument * implement needToBeConfigured() slot, see #29 * fix (#30) some improvements
This commit is contained in:
@ -31,6 +31,7 @@ public:
|
||||
~Netctl();
|
||||
QStringList getCurrentProfile(const QString cmdNetctl, const QString cmdNetctlAuto);
|
||||
QString getExtIp(const QString cmd);
|
||||
QString getInfo();
|
||||
QStringList getInterfaceList();
|
||||
QString getIntIp(const QAbstractSocket::NetworkLayerProtocol protocol);
|
||||
QString getNetctlAutoStatus(const QString cmdNetctlAuto);
|
||||
@ -52,6 +53,8 @@ private:
|
||||
QString currentProfile;
|
||||
// configuration
|
||||
bool debug;
|
||||
QString current = QString("");
|
||||
QString status = QString("");
|
||||
QMap<QString, QString> configuration;
|
||||
void readConfiguration();
|
||||
};
|
||||
|
Reference in New Issue
Block a user