mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
moved initialization to initializer list in HomePage
This commit is contained in:
parent
4aedfddb9f
commit
af86b29f2b
@ -48,10 +48,9 @@
|
||||
|
||||
HomePage::HomePage(QWidget *parent) :
|
||||
MainPage(parent),
|
||||
ui(new Ui::HomePage)
|
||||
ui(new Ui::HomePage),
|
||||
mIncludeAllIPs(false)
|
||||
{
|
||||
mIncludeAllIPs = false;
|
||||
|
||||
ui->setupUi(this);
|
||||
|
||||
updateOwnCert();
|
||||
|
Loading…
Reference in New Issue
Block a user