forked from qt-creator/qt-creator
ProjectExplorer: Remove redundant namespace qualifications
Change-Id: Id9034e31f3f61c38894111951534dd0d59b746dc Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user