From ea23948efbf044c2e6d501bb2f294d40a5c6032d Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Tue, 2 Apr 2013 11:28:11 +0200 Subject: CppTools: Use namespace CppTools consistently There were quite a few classes using CPlusPlus namespace in the CppTools plugin. Rename them and do some other small namespace related coding style fixups. Change-Id: I093fc1f3fc394fd9923e3f18d5f66522e288f21d Reviewed-by: Erik Verbruggen --- src/plugins/cpptools/cppmodelmanager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/cpptools/cppmodelmanager.cpp') diff --git a/src/plugins/cpptools/cppmodelmanager.cpp b/src/plugins/cpptools/cppmodelmanager.cpp index 5176c95069..efe7a91f1a 100644 --- a/src/plugins/cpptools/cppmodelmanager.cpp +++ b/src/plugins/cpptools/cppmodelmanager.cpp @@ -86,7 +86,7 @@ #include #include -namespace CPlusPlus { +namespace CppTools { uint qHash(const ProjectPart &p) { @@ -119,7 +119,7 @@ bool operator==(const ProjectPart &p1, return p1.frameworkPaths == p2.frameworkPaths; } -} // namespace CPlusPlus +} // namespace CppTools using namespace CppTools; using namespace CppTools::Internal; -- cgit v1.2.1