Add security notice the first time a user joins a public network.

This commit is contained in:
Adam Ierymenko 2014-02-05 12:38:37 -08:00
parent 7fdca150a9
commit 3f6152806f
9 changed files with 186 additions and 7 deletions

View file

@ -62,6 +62,7 @@ private slots:
private:
Ui::NetworkWidget *ui;
std::string networkIdStr;
bool publicWarningShown;
};
#endif // NETWORK_H