summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/projectimporter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/projectimporter.cpp')
-rw-r--r--src/plugins/projectexplorer/projectimporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/projectimporter.cpp b/src/plugins/projectexplorer/projectimporter.cpp
index fa46b016fa..00f085de95 100644
--- a/src/plugins/projectexplorer/projectimporter.cpp
+++ b/src/plugins/projectexplorer/projectimporter.cpp
@@ -40,7 +40,7 @@ static const Core::Id KIT_TEMPORARY_NAME("PE.TempName");
static const Core::Id KIT_FINAL_NAME("PE.FinalName");
static const Core::Id TEMPORARY_OF_PROJECTS("PE.TempProject");
-ProjectImporter::ProjectImporter(const QString &path) : m_projectPath(path), m_isUpdating(false)
+ProjectImporter::ProjectImporter(const QString &path) : m_projectPath(path)
{ }
ProjectImporter::~ProjectImporter()