Allow internet connections checkbox

This commit is contained in:
Aditya Kulkarni
2019-02-08 14:29:01 -08:00
parent 4bdcc73c73
commit d5864a2e46
5 changed files with 86 additions and 33 deletions

View File

@@ -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();