forked from qt-creator/qt-creator
CMake: Initialize pointer
Change-Id: If972b036e4e49c55e6935235341946a04d41a15c Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
committed by
Tim Jenssen
parent
15aab3ac45
commit
03ff931e92
@@ -65,7 +65,7 @@ private slots:
|
|||||||
private:
|
private:
|
||||||
void updateContextActions(ProjectExplorer::Node *node, ProjectExplorer::Project *project);
|
void updateContextActions(ProjectExplorer::Node *node, ProjectExplorer::Project *project);
|
||||||
|
|
||||||
Utils::ParameterAction *m_buildTargetContextAction;
|
Utils::ParameterAction *m_buildTargetContextAction = nullptr;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace Internal
|
} // namespace Internal
|
||||||
|
Reference in New Issue
Block a user