Skip to content
Snippets Groups Projects
Commit 186ec4e9 authored by Tobias Hunger's avatar Tobias Hunger
Browse files

ProjectExplorer: Use member initialization for ToolChainInformationConfigWidget


Change-Id: Ife66a6b473213b6f7ebd27e358e06c4e90966a75
Reviewed-by: default avatarNikolai Kosjar <nikolai.kosjar@qt.io>
parent bfd468b7
No related branches found
No related tags found
No related merge requests found
......@@ -100,8 +100,8 @@ private:
int indexOf(QComboBox *cb, const ToolChain *tc);
QWidget *m_mainWidget;
QPushButton *m_manageButton;
QWidget *m_mainWidget = nullptr;
QPushButton *m_manageButton = nullptr;
QHash<Core::Id, QComboBox *> m_languageComboboxMap;
bool m_ignoreChanges = false;
bool m_isReadOnly = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment