summaryrefslogtreecommitdiff
path: root/core/settings/security/security.h
Unidiff
Diffstat (limited to 'core/settings/security/security.h') (more/less context) (show whitespace changes)
-rw-r--r--core/settings/security/security.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/settings/security/security.h b/core/settings/security/security.h
index 52d56de..b1a3eca 100644
--- a/core/settings/security/security.h
+++ b/core/settings/security/security.h
@@ -37,24 +37,25 @@ public:
37 37
38protected: 38protected:
39 void accept(); 39 void accept();
40 void applySecurity(); 40 void applySecurity();
41 void done(int); 41 void done(int);
42 42
43private slots: 43private slots:
44 void changePassCode(); 44 void changePassCode();
45 void clearPassCode(); 45 void clearPassCode();
46 void setSyncNet(const QString&); 46 void setSyncNet(const QString&);
47 void changeLoginName(int); 47 void changeLoginName(int);
48 void toggleAutoLogin(bool); 48 void toggleAutoLogin(bool);
49 void changeSyncApp();
49 50
50 51
51private: 52private:
52 void loadUsers(void); 53 void loadUsers(void);
53 bool telnetAvailable() const; 54 bool telnetAvailable() const;
54 bool sshAvailable() const; 55 bool sshAvailable() const;
55 void updateGUI(); 56 void updateGUI();
56 57
57 static void parseNet(const QString& sn,int& auth_peer,int& auth_peer_bits); 58 static void parseNet(const QString& sn,int& auth_peer,int& auth_peer_bits);
58 void selectNet(int auth_peer,int auth_peer_bits); 59 void selectNet(int auth_peer,int auth_peer_bits);
59 60
60 QString enterPassCode(const QString&); 61 QString enterPassCode(const QString&);