Allow internet connections checkbox
This commit is contained in:
@@ -91,11 +91,14 @@ public:
|
||||
QString getSecretHex();
|
||||
void saveNewSecret(QString secretHex);
|
||||
|
||||
void registerNewTempSecret(QString tmpSecretHex, MainWindow* main);
|
||||
void registerNewTempSecret(QString tmpSecretHex, bool allowInternet, MainWindow* main);
|
||||
|
||||
QString getNonceHex(NonceType nt);
|
||||
void saveNonceHex(NonceType nt, QString noncehex);
|
||||
|
||||
bool getAllowInternetConnection();
|
||||
void setAllowInternetConnection(bool allow);
|
||||
|
||||
void saveLastSeenTime();
|
||||
QDateTime getLastSeenTime();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user