aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/extracompiler.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2018-01-08 16:09:59 +0100
committerUlf Hermann <ulf.hermann@qt.io>2018-01-09 07:51:38 +0000
commit1e0ea7f42eb0acbf0d73f03d60c3f1c4f354d981 (patch)
tree2c4f2fdc51afe28cf646e6a50e729d0157331499 /src/plugins/projectexplorer/extracompiler.h
parent53b2df46e0100488d2baeb7d94eef07a1c8a069c (diff)
ProjectExplorer: Remove target/BC listeners from ExtraCompiler
When target or build configuration change, the target files that ExtraCompiler checks to see if a rebuild is necessary will be outdated. The project managers recognize that and reinitialize the ExtraCompilers in that case. Thus, we don't need to listen for those changes in ExtraCompiler. This has the added benefit of reducing the number of transparent rebuilds triggered by ExtraCompiler. Change-Id: If8b55f0f5343b221c039d4bd4a8f0c3ab412cc94 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/extracompiler.h')
-rw-r--r--src/plugins/projectexplorer/extracompiler.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/projectexplorer/extracompiler.h b/src/plugins/projectexplorer/extracompiler.h
index 67cccc60f4..e69d4b3ca8 100644
--- a/src/plugins/projectexplorer/extracompiler.h
+++ b/src/plugins/projectexplorer/extracompiler.h
@@ -84,8 +84,6 @@ private:
void onTargetsBuilt(Project *project);
void onEditorChanged(Core::IEditor *editor);
void onEditorAboutToClose(Core::IEditor *editor);
- void onActiveTargetChanged();
- void onActiveBuildConfigurationChanged();
void setDirty();
// This method may not block!
virtual void run(const QByteArray &sourceContent) = 0;