-rw-r--r-- | noncore/settings/networksettings/interfaces/interface.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/noncore/settings/networksettings/interfaces/interface.h b/noncore/settings/networksettings/interfaces/interface.h index bb5de9d..7e98deb 100644 --- a/noncore/settings/networksettings/interfaces/interface.h +++ b/noncore/settings/networksettings/interfaces/interface.h | |||
@@ -41,11 +41,11 @@ public: | |||
41 | QString getLeaseObtained() const { return leaseObtained; }; | 41 | QString getLeaseObtained() const { return leaseObtained; }; |
42 | QString getLeaseExpires() const { return leaseExpires; }; | 42 | QString getLeaseExpires() const { return leaseExpires; }; |
43 | 43 | ||
44 | public slots: | 44 | public slots: |
45 | bool refresh(); | 45 | virtual bool refresh(); |
46 | void start(); | 46 | virtual void start(); |
47 | void stop(); | 47 | virtual void stop(); |
48 | void restart(); | 48 | virtual void restart(); |
49 | 49 | ||
50 | private: | 50 | private: |
51 | // Interface information | 51 | // Interface information |