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