aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/resourceeditor/qrceditor/undocommands_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/resourceeditor/qrceditor/undocommands_p.h')
-rw-r--r--src/plugins/resourceeditor/qrceditor/undocommands_p.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/plugins/resourceeditor/qrceditor/undocommands_p.h b/src/plugins/resourceeditor/qrceditor/undocommands_p.h
index aa871e32cb..4d0e777e48 100644
--- a/src/plugins/resourceeditor/qrceditor/undocommands_p.h
+++ b/src/plugins/resourceeditor/qrceditor/undocommands_p.h
@@ -34,8 +34,7 @@ QT_BEGIN_NAMESPACE
class QModelIndex;
QT_END_NAMESPACE
-namespace ResourceEditor {
-namespace Internal {
+namespace ResourceEditor::Internal {
/*!
\class ViewCommand
@@ -170,5 +169,4 @@ private:
void undo() override;
};
-} // namespace Internal
-} // namespace ResourceEditor
+} // ResourceEditor::Internal