summaryrefslogtreecommitdiff
path: root/core/settings/security/security.h
Side-by-side diff
Diffstat (limited to 'core/settings/security/security.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/settings/security/security.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/core/settings/security/security.h b/core/settings/security/security.h
index b1a3eca..72aa352 100644
--- a/core/settings/security/security.h
+++ b/core/settings/security/security.h
@@ -47,7 +47,9 @@ private slots:
void changeLoginName(int);
void toggleAutoLogin(bool);
void changeSyncApp();
-
+ void restoreDefaults();
+ void insertDefaultRanges();
+ void deleteListEntry();
private:
void loadUsers(void);
@@ -56,7 +58,8 @@ private:
void updateGUI();
static void parseNet(const QString& sn,int& auth_peer,int& auth_peer_bits);
- void selectNet(int auth_peer,int auth_peer_bits);
+ void selectNet(int auth_peer,int auth_peer_bits,bool update);
+
QString enterPassCode(const QString&);
QString passcode;