forked from qt-creator/qt-creator
Krazy fixes (spelling, single char strings, char constants).
This commit is contained in:
@@ -382,7 +382,7 @@ static QString listWizards()
|
||||
QString rc;
|
||||
QTextStream str(&rc);
|
||||
CategoryWizardMap categoryWizardMap;
|
||||
foreach(const Core::IWizard *w, Core::IWizard::allWizards())
|
||||
foreach (const Core::IWizard *w, Core::IWizard::allWizards())
|
||||
categoryWizardMap.insert(w->category(), w);
|
||||
str << "### Registered wizards (" << categoryWizardMap.size() << ")\n";
|
||||
// Format
|
||||
|
||||
Reference in New Issue
Block a user