CMakeProjectManager: settings page code cosmetics

Change-Id: I657fa72d5b625877dc1deec229f6f5c7c16358fd
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
hjk
2022-09-27 10:09:29 +02:00
parent d510451b11
commit cfc9f6d2f3
2 changed files with 27 additions and 33 deletions

View File

@@ -5,8 +5,7 @@
#include <coreplugin/dialogs/ioptionspage.h>
namespace CMakeProjectManager {
namespace Internal {
namespace CMakeProjectManager::Internal {
class CMakeSettingsPage final : public Core::IOptionsPage
{
@@ -14,5 +13,4 @@ public:
CMakeSettingsPage();
};
} // namespace Internal
} // namespace CMakeProjectManager
} // CMakeProjectManager::Internal