aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/projectexplorer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/projectexplorer.h')
-rw-r--r--src/plugins/projectexplorer/projectexplorer.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/projectexplorer/projectexplorer.h b/src/plugins/projectexplorer/projectexplorer.h
index eb33841dd9..ffb5d1bcd3 100644
--- a/src/plugins/projectexplorer/projectexplorer.h
+++ b/src/plugins/projectexplorer/projectexplorer.h
@@ -24,8 +24,6 @@ namespace Core {
class OutputWindow;
} // Core
-namespace Utils { class CommandLine; }
-
namespace ProjectExplorer {
class CustomParserSettings;
class FolderNode;
@@ -170,8 +168,6 @@ public:
static Core::OutputWindow *buildSystemOutput();
signals:
- void finishedInitialization();
-
// Is emitted when a project has been added/removed,
// or the file list of a specific project has changed.
void fileListChanged();