mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-12 13:25:51 +00:00
add support of netctl-auto to plasmoid and dataengine
This commit is contained in:
@ -33,7 +33,7 @@ public:
|
||||
QString getIntIp(const QString cmd, const QString dir);
|
||||
QStringList getProfileList(const QString cmd);
|
||||
bool getProfileStatus(const QString cmd);
|
||||
QString getProfileStringStatus(const QString cmd);
|
||||
QString getProfileStringStatus(const QString cmdNetctl, const QString cmdNetctlAuto);
|
||||
|
||||
protected:
|
||||
bool sourceRequestEvent(const QString &name);
|
||||
@ -41,6 +41,7 @@ protected:
|
||||
QStringList sources() const;
|
||||
|
||||
private:
|
||||
bool isNetctlAutoRunning();
|
||||
// configuration
|
||||
QMap<QString, QString> configuration;
|
||||
void readConfiguration();
|
||||
|
Reference in New Issue
Block a user