aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/resourceeditor/resourceeditorplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/resourceeditor/resourceeditorplugin.h')
-rw-r--r--src/plugins/resourceeditor/resourceeditorplugin.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/plugins/resourceeditor/resourceeditorplugin.h b/src/plugins/resourceeditor/resourceeditorplugin.h
index d1cdba67c8..ceae1107aa 100644
--- a/src/plugins/resourceeditor/resourceeditorplugin.h
+++ b/src/plugins/resourceeditor/resourceeditorplugin.h
@@ -27,8 +27,7 @@
#include <extensionsystem/iplugin.h>
-namespace ResourceEditor {
-namespace Internal {
+namespace ResourceEditor::Internal {
class ResourceEditorW;
@@ -49,5 +48,4 @@ private:
class ResourceEditorPluginPrivate *d = nullptr;
};
-} // namespace Internal
-} // namespace ResourceEditor
+} // ResourceEditor::Internal