forked from qt-creator/qt-creator
core: remove unused return value from ICore::showNewItemDialog()
Reviewed-By: dt
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn QStringList ICore::showNewItemDialog(const QString &title,
|
||||
\fn void ICore::showNewItemDialog(const QString &title,
|
||||
const QList<IWizard *> &wizards,
|
||||
const QString &defaultLocation = QString())
|
||||
\brief Opens a dialog where the user can choose from a set of \a wizards that
|
||||
|
||||
Reference in New Issue
Block a user