From f1a719d4e32f12d3925f8a7b7bbedf3db26d493b Mon Sep 17 00:00:00 2001
From: dt <qtc-committer@nokia.com>
Date: Tue, 16 Mar 2010 16:08:28 +0100
Subject: [PATCH] Remove outdated comment

---
 src/plugins/projectexplorer/buildstep.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/plugins/projectexplorer/buildstep.h b/src/plugins/projectexplorer/buildstep.h
index d5d5fa3a541..fb92427e6cc 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;
-- 
GitLab