summaryrefslogtreecommitdiff
path: root/noncore/net/networksetup/interfaceinformationimp.h
Unidiff
Diffstat (limited to 'noncore/net/networksetup/interfaceinformationimp.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/networksetup/interfaceinformationimp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/networksetup/interfaceinformationimp.h b/noncore/net/networksetup/interfaceinformationimp.h
index 6fc2384..c8a478e 100644
--- a/noncore/net/networksetup/interfaceinformationimp.h
+++ b/noncore/net/networksetup/interfaceinformationimp.h
@@ -15,15 +15,15 @@ public:
15private slots: 15private slots:
16 void start(); 16 void start();
17 void stop(); 17 void stop();
18 void refresh(); 18 void refresh();
19 void restart(); 19 void restart();
20 void advanced(); 20 void advanced();
21 Interface *interface;
22 21
23private: 22private:
23 Interface *interface;
24 void updateInterface(); 24 void updateInterface();
25 25
26}; 26};
27 27
28#endif 28#endif
29 29