forked from qt-creator/qt-creator
ProjectExplorer: Use explicit namespace
Change-Id: I923b856170f1c4ddd48da2434bf77d4b46da8d99 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
f0aea93b44
commit
5d1e13fbd2
@@ -53,7 +53,9 @@ const char EXTERNAL_FILE_WARNING[] = "ExternalFile";
|
||||
}
|
||||
|
||||
using namespace Utils;
|
||||
using namespace ProjectExplorer;
|
||||
|
||||
namespace ProjectExplorer {
|
||||
|
||||
using namespace Internal;
|
||||
|
||||
ProjectTree *ProjectTree::s_instance = 0;
|
||||
@@ -499,3 +501,5 @@ bool ProjectTree::isInNodeHierarchy(Node *n)
|
||||
} while (n);
|
||||
return false;
|
||||
}
|
||||
|
||||
} // namespace ProjectExplorer
|
||||
|
||||
Reference in New Issue
Block a user