mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-09-01 05:09:57 +00:00
changed de configuration
This commit is contained in:
@ -36,16 +36,17 @@ protected:
|
||||
|
||||
private:
|
||||
// configuration
|
||||
// enable check external IP
|
||||
QString checkExtIP;
|
||||
// path to netctl command
|
||||
QString cmd;
|
||||
// command to check external IP
|
||||
QString extIpCmd;
|
||||
// path to ip command
|
||||
QString ipCmd;
|
||||
// path to directory with network device configuration
|
||||
QString netDir;
|
||||
QMap<QString, QString> configuration;
|
||||
// // enable check external IP
|
||||
// QString checkExtIP;
|
||||
// // path to netctl command
|
||||
// QString cmd;
|
||||
// // command to check external IP
|
||||
// QString extIpCmd;
|
||||
// // path to ip command
|
||||
// QString ipCmd;
|
||||
// // path to directory with network device configuration
|
||||
// QString netDir;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user