QbsProjectManager: Put internal classes into the Internal namespace.

Change-Id: I5fa1ce2ed709b7904a0b2701133794751e5e2119
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Christian Kandeler
2014-11-24 17:38:22 +01:00
parent c547af4dad
commit ee45dc6db5
5 changed files with 12 additions and 9 deletions

View File

@@ -50,6 +50,8 @@
namespace QbsProjectManager {
using namespace Constants;
namespace Internal {
using namespace ProjectExplorer::Constants;
using namespace Ios::Constants;
using namespace Qnx::Constants;
@@ -237,4 +239,5 @@ QVariantMap DefaultPropertyProvider::autoGeneratedProperties(const ProjectExplor
return data;
}
} // namespace Internal
} // namespace QbsProjectManager