From 0a83e4a37b37c6f765d7c22d9d247e3d1a5e6bb7 Mon Sep 17 00:00:00 2001 From: dt <qtc-committer@nokia.com> Date: Thu, 15 Oct 2009 13:47:35 +0200 Subject: [PATCH] Compile with gcc --- src/plugins/projectexplorer/projectexplorer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/projectexplorer/projectexplorer.h b/src/plugins/projectexplorer/projectexplorer.h index 86bea41b4c1..d4fe9dd13e7 100644 --- a/src/plugins/projectexplorer/projectexplorer.h +++ b/src/plugins/projectexplorer/projectexplorer.h @@ -106,7 +106,7 @@ public: void setProjectExplorerSettings(const Internal::ProjectExplorerSettings &pes); Internal::ProjectExplorerSettings projectExplorerSettings() const; - void ProjectExplorerPlugin::startRunControl(RunControl *runControl, const QString &mode); + void startRunControl(RunControl *runControl, const QString &mode); signals: void aboutToShowContextMenu(ProjectExplorer::Project *project, -- GitLab