forked from qt-creator/qt-creator
Gerrit: Initialize pointers in AuthenticationDialog
They are initialized in the ctor, but be on the safe side. Change-Id: I59ac141ecbaaefe08821f7a43cfcfb09233d54aa Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
committed by
Orgad Shaneh
parent
d32f53e176
commit
cecaa6fbe7
@@ -48,8 +48,8 @@ public:
|
||||
private:
|
||||
void readExistingConf();
|
||||
bool setupCredentials();
|
||||
Ui::AuthenticationDialog *ui;
|
||||
GerritServer *m_server;
|
||||
Ui::AuthenticationDialog *ui = nullptr;
|
||||
GerritServer *m_server = nullptr;
|
||||
QString m_netrcFileName;
|
||||
QStringList m_allMachines;
|
||||
bool m_authenticated = true;
|
||||
|
Reference in New Issue
Block a user