Add configuration age to listnetworks results and GUI.

This commit is contained in:
Adam Ierymenko 2013-11-21 15:11:22 -05:00
commit 4296db2358
9 changed files with 130 additions and 57 deletions

View file

@ -17,7 +17,7 @@ public:
explicit Network(QWidget *parent = 0,const std::string &nwid = std::string());
virtual ~Network();
void setStatus(const std::string &status);
void setStatus(const std::string &status,const std::string &age);
void setNetworkName(const std::string &name);
void setNetworkType(const std::string &type);
void setNetworkDeviceName(const std::string &dev);