aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/resourceeditor/resourceeditorfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/resourceeditor/resourceeditorfactory.h')
-rw-r--r--src/plugins/resourceeditor/resourceeditorfactory.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/plugins/resourceeditor/resourceeditorfactory.h b/src/plugins/resourceeditor/resourceeditorfactory.h
index 1a54515a47..537595e773 100644
--- a/src/plugins/resourceeditor/resourceeditorfactory.h
+++ b/src/plugins/resourceeditor/resourceeditorfactory.h
@@ -27,8 +27,7 @@
#include <coreplugin/editormanager/ieditorfactory.h>
-namespace ResourceEditor {
-namespace Internal {
+namespace ResourceEditor::Internal {
class ResourceEditorPlugin;
@@ -38,5 +37,4 @@ public:
explicit ResourceEditorFactory(ResourceEditorPlugin *plugin);
};
-} // namespace Internal
-} // namespace ResourceEditor
+} // ResourceEditor::Internal