CMake: Initialize pointer

Change-Id: If972b036e4e49c55e6935235341946a04d41a15c
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Tobias Hunger
2016-11-29 13:38:22 +01:00
committed by Tim Jenssen
parent 15aab3ac45
commit 03ff931e92

View File

@@ -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