summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/plugins/projectexplorer/buildstep.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/projectexplorer/buildstep.h b/src/plugins/projectexplorer/buildstep.h
index d5d5fa3a54..fb92427e6c 100644
--- a/src/plugins/projectexplorer/buildstep.h
+++ b/src/plugins/projectexplorer/buildstep.h
@@ -63,11 +63,6 @@ class BuildConfiguration;
// run() is run via QtConccurrent in a own thread, if you need an
// eventloop you need to create it yourself!
//
-// You can use setValue() to store settings which a specific
-// to your buildstep. (You can set settings to apply only
-// to one buildconfiguration.
-// And later retrieve the same information with value()
-
*/
class BuildStepConfigWidget;