forked from qt-creator/qt-creator
Merge remote branch 'origin/1.3'
Trailing whitespace removal re-applied manually.
This commit is contained in:
@@ -182,7 +182,7 @@ QString BaseQt4ProjectWizardDialog::selectedModules() const
|
||||
}
|
||||
|
||||
void BaseQt4ProjectWizardDialog::setSelectedModules(const QString &modules, bool lock)
|
||||
{
|
||||
{
|
||||
if (m_modulesPage) {
|
||||
foreach(const QString &module, modules.split(QLatin1Char(' '))) {
|
||||
m_modulesPage->setModuleSelected(module, true);
|
||||
|
||||
Reference in New Issue
Block a user