From 8cf500c5bc2d2171f80f392d325ddcf5107e184c Mon Sep 17 00:00:00 2001 From: hjk Date: Tue, 25 Apr 2023 10:15:07 +0200 Subject: Utils: Make Layouting a top level namespace The whole machinery is now almost only layoutbuilder.{h,cpp}, mostly independent of the rest of Utils. Idea is to finish the separation to make it stand-alone usable also outside creator. Change-Id: I958aa667d17ae26b21209f22412309c5307a579c Reviewed-by: Eike Ziller Reviewed-by: Alessandro Portale --- src/plugins/cppeditor/cppcodestylesettingspage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/cppeditor/cppcodestylesettingspage.cpp') diff --git a/src/plugins/cppeditor/cppcodestylesettingspage.cpp b/src/plugins/cppeditor/cppcodestylesettingspage.cpp index ebb4a37485..aa7279aeb8 100644 --- a/src/plugins/cppeditor/cppcodestylesettingspage.cpp +++ b/src/plugins/cppeditor/cppcodestylesettingspage.cpp @@ -175,7 +175,7 @@ public: QObject::connect(m_tabSettingsWidget, &TabSettingsWidget::settingsChanged, q, &CppCodeStylePreferencesWidget::slotTabSettingsChanged); - using namespace Utils::Layouting; + using namespace Layouting; const Group contentGroup { title(Tr::tr("Indent")), -- cgit v1.2.1