summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/buildstep.h
diff options
context:
space:
mode:
authordt <qtc-committer@nokia.com>2010-03-16 16:08:28 +0100
committerdt <qtc-committer@nokia.com>2010-03-16 17:45:08 +0100
commitf1a719d4e32f12d3925f8a7b7bbedf3db26d493b (patch)
treea2e04349641d5a14254848df40732f398231c113 /src/plugins/projectexplorer/buildstep.h
parent0d4fdd291ab85183c937223a0b33e901023ea448 (diff)
downloadqt-creator-f1a719d4e32f12d3925f8a7b7bbedf3db26d493b.tar.gz
Remove outdated comment
Diffstat (limited to 'src/plugins/projectexplorer/buildstep.h')
-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;