changed de configuration

This commit is contained in:
arcan1s
2014-04-06 13:08:32 +04:00
parent 1a7d3cb50a
commit b1e455b976
3 changed files with 33 additions and 40 deletions

View File

@ -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;
};