summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/target.cpp
diff options
context:
space:
mode:
authorDaniel Teske <daniel.teske@nokia.com>2012-07-13 17:14:42 +0200
committerDaniel Teske <daniel.teske@nokia.com>2012-08-24 12:13:36 +0200
commit8d8ab020b1fdd91cdeb67c597a7a1b6ee04c6f61 (patch)
tree3d842d869e30af581eb5b4868867d9bfbb46d619 /src/plugins/projectexplorer/target.cpp
parentc23bf0daa5fb41d7c53b2e96724e8f5a82ae14da (diff)
downloadqt-creator-8d8ab020b1fdd91cdeb67c597a7a1b6ee04c6f61.tar.gz
Make buildDirectoryInitialized a Qt4Project specific signal again
And fix it to the old behaviour while at it. Change-Id: Ifd786e085c621fb3cd59b98cc665d9e3c7fcce51 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Diffstat (limited to 'src/plugins/projectexplorer/target.cpp')
-rw-r--r--src/plugins/projectexplorer/target.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/plugins/projectexplorer/target.cpp b/src/plugins/projectexplorer/target.cpp
index fc76c89f0e..b8236cbd2c 100644
--- a/src/plugins/projectexplorer/target.cpp
+++ b/src/plugins/projectexplorer/target.cpp
@@ -845,13 +845,4 @@ void Target::onRequestBuildSystemEvaluation()
emit requestBuildSystemEvaluation();
}
-void Target::onBuildDirectoryInitialized()
-{
- BuildConfiguration *bc = qobject_cast<BuildConfiguration *>(sender());
- if (!bc)
- return;
- if (bc == activeBuildConfiguration())
- emit buildDirectoryInitialized();
-}
-
} // namespace ProjectExplorer