forked from qt-creator/qt-creator
ProjectExplorer: Compile fix for Qt 4.
Introduced by
e967049f5b .
Change-Id: I11f9b76f50e2343d499c7df4bd4cdd98cdb6be10
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
f5200167ed
commit
ea3ac259d0
@@ -52,6 +52,7 @@
|
||||
#include <projectexplorer/editorconfiguration.h>
|
||||
|
||||
#include <QtAlgorithms>
|
||||
#include <QPointer>
|
||||
#include <QDebug>
|
||||
#include <QFileInfo>
|
||||
#include <QMultiMap>
|
||||
@@ -195,7 +196,7 @@ void ProjectWizardContext::clear()
|
||||
activeVersionControls.clear();
|
||||
projects.clear();
|
||||
commonDirectory.clear();
|
||||
page.clear();
|
||||
page = 0;
|
||||
repositoryExists = false;
|
||||
wizard = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user