diff --git a/src/plugins/cmakeprojectmanager/cmakeprojectplugin.h b/src/plugins/cmakeprojectmanager/cmakeprojectplugin.h index 961c965983e..84af89f7334 100644 --- a/src/plugins/cmakeprojectmanager/cmakeprojectplugin.h +++ b/src/plugins/cmakeprojectmanager/cmakeprojectplugin.h @@ -65,7 +65,7 @@ private slots: private: void updateContextActions(ProjectExplorer::Node *node, ProjectExplorer::Project *project); - Utils::ParameterAction *m_buildTargetContextAction; + Utils::ParameterAction *m_buildTargetContextAction = nullptr; }; } // namespace Internal