forked from qt-creator/qt-creator
Remove unused variable
This commit is contained in:
@@ -173,7 +173,6 @@ BaseQt4ProjectWizardDialog::~BaseQt4ProjectWizardDialog()
|
|||||||
|
|
||||||
void BaseQt4ProjectWizardDialog::init(bool showModulesPage)
|
void BaseQt4ProjectWizardDialog::init(bool showModulesPage)
|
||||||
{
|
{
|
||||||
QtVersionManager *vm = QtVersionManager::instance();
|
|
||||||
if (showModulesPage)
|
if (showModulesPage)
|
||||||
m_modulesPage = new ModulesPage;
|
m_modulesPage = new ModulesPage;
|
||||||
m_targetsPage = new TargetsPage;
|
m_targetsPage = new TargetsPage;
|
||||||
|
|||||||
Reference in New Issue
Block a user