coreplugin: remove unused return value from virtual void runWizard

This commit is contained in:
hjk
2010-09-16 17:09:36 +02:00
parent 9217ad97d2
commit ade574cc45
6 changed files with 15 additions and 22 deletions

View File

@@ -125,13 +125,12 @@
*/
/*!
\fn QStringList IWizard::runWizard(const QString &path, QWidget *parent)
\fn void IWizard::runWizard(const QString &path, QWidget *parent)
This method is executed when the wizard has been selected by the user
for execution. Any dialogs the wizard opens should use the given \a parent.
The \a path argument is a suggestion for the location where files should be
created. The wizard should fill this in its path selection elements as a
default path.
Returns a list of files (absolute paths) that have been created, if any.
*/
using namespace Core;