aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/projectimporter.cpp
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2014-10-13 22:37:28 +0300
committerhjk <hjk121@nokiamail.com>2014-10-14 16:22:02 +0200
commitc884f3e0ef9f016f19f602c2c3ba8f4574739908 (patch)
tree14dd66a500f257a8ee1cd5a7e6132fe345e9dfdd /src/plugins/projectexplorer/projectimporter.cpp
parentc86ef46f6facc859fab21943afdc0e8c5d63e42e (diff)
ProjectExplorer: Remove redundant namespace qualifications
Change-Id: Id9034e31f3f61c38894111951534dd0d59b746dc Reviewed-by: hjk <hjk121@nokiamail.com>
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 0a4d28539c..63cfa81cad 100644
--- a/src/plugins/projectexplorer/projectimporter.cpp
+++ b/src/plugins/projectexplorer/projectimporter.cpp
@@ -120,7 +120,7 @@ void ProjectImporter::removeProject(Kit *k, const QString &path)
bool oldIsUpdating = setIsUpdating(true);
if (projects.isEmpty())
- ProjectExplorer::KitManager::deregisterKit(k);
+ KitManager::deregisterKit(k);
else
k->setValueSilently(TEMPORARY_OF_PROJECTS, projects);