summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/nsdata.h
Unidiff
Diffstat (limited to 'noncore/settings/networksettings2/nsdata.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings2/nsdata.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/noncore/settings/networksettings2/nsdata.h b/noncore/settings/networksettings2/nsdata.h
index 507185e..a0ae7d1 100644
--- a/noncore/settings/networksettings2/nsdata.h
+++ b/noncore/settings/networksettings2/nsdata.h
@@ -3,3 +3,3 @@
3 3
4#include "netnode.h" 4#include <netnode.h>
5 5
@@ -17,6 +17,5 @@ public :
17 17
18 bool isModified( void ) 18 bool isModified( void );
19 { return IsModified; } 19 inline void setModified( bool M )
20 void setModified( bool m ) 20 { ForceModified = M; }
21 { IsModified = m; }
22 21
@@ -25,3 +24,2 @@ public :
25 bool canStart( const char * Interface ); 24 bool canStart( const char * Interface );
26 bool regenerate( void );
27 25
@@ -29,3 +27,3 @@ private :
29 27
30 bool IsModified; 28 bool ForceModified;
31 29
@@ -33,3 +31,2 @@ private :
33 QStringList LeftOvers; 31 QStringList LeftOvers;
34
35}; 32};