summaryrefslogtreecommitdiff
path: root/src/plugins/cmakeprojectmanager
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2017-07-31 13:07:44 +0200
committerTobias Hunger <tobias.hunger@qt.io>2017-08-02 11:20:37 +0000
commitf119eec4d112db914c707a95560e2331a807b9f6 (patch)
treef9d16d2dd2282858d93a4e2d02b328ea9e110517 /src/plugins/cmakeprojectmanager
parent4a40a18c05363e05537e6ccd84073bb6d191f74a (diff)
downloadqt-creator-f119eec4d112db914c707a95560e2331a807b9f6.tar.gz
Project: Get rid of builddirectoryChanged signal
Get rid of Project::buildDirectoryChanged signal as well as Target::buildDirectoryChanged (and the infrastructure). Change-Id: Ia749e62eec7e182e558d81115dc2a3d07b72b346 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'src/plugins/cmakeprojectmanager')
-rw-r--r--src/plugins/cmakeprojectmanager/cmakebuildstep.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakebuildstep.cpp b/src/plugins/cmakeprojectmanager/cmakebuildstep.cpp
index a1ba19182e..9a456cb8ce 100644
--- a/src/plugins/cmakeprojectmanager/cmakebuildstep.cpp
+++ b/src/plugins/cmakeprojectmanager/cmakebuildstep.cpp
@@ -484,7 +484,6 @@ CMakeBuildStepConfigWidget::CMakeBuildStepConfigWidget(CMakeBuildStep *buildStep
if (pc->isActive())
updateDetails();
});
-
}
void CMakeBuildStepConfigWidget::toolArgumentsEdited()