ProjectExplorer: Use explicit namespace

Change-Id: I923b856170f1c4ddd48da2434bf77d4b46da8d99
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Orgad Shaneh
2015-02-04 12:18:30 +02:00
committed by Orgad Shaneh
parent f0aea93b44
commit 5d1e13fbd2

View File

@@ -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