From 51ca35ecb7e22fc564ffe62184d4a75aa8537b1d Mon Sep 17 00:00:00 2001 From: coredump Date: Thu, 27 Nov 2003 12:26:07 +0000 Subject: Added: Default net-ranges are no longer hard-coded and can be edited Bugfix: Show user-defined net-range upon application restart in drop-down list --- (limited to 'core/settings/security/security.h') 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; -- cgit v0.9.0.2