summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/interfaces/interface.h
Side-by-side diff
Diffstat (limited to 'noncore/settings/networksettings/interfaces/interface.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings/interfaces/interface.h10
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
@@ -42,9 +42,9 @@ public:
QString getLeaseExpires() const { return leaseExpires; };
-public slots:
- bool refresh();
- void start();
- void stop();
- void restart();
+ public slots:
+ virtual bool refresh();
+ virtual void start();
+ virtual void stop();
+ virtual void restart();
private: