aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/diffeditor/selectabletexteditorwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/diffeditor/selectabletexteditorwidget.h')
-rw-r--r--src/plugins/diffeditor/selectabletexteditorwidget.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/plugins/diffeditor/selectabletexteditorwidget.h b/src/plugins/diffeditor/selectabletexteditorwidget.h
index ca128aa28e..4b0d465204 100644
--- a/src/plugins/diffeditor/selectabletexteditorwidget.h
+++ b/src/plugins/diffeditor/selectabletexteditorwidget.h
@@ -7,8 +7,7 @@
namespace TextEditor { class DisplaySettings; }
-namespace DiffEditor {
-namespace Internal {
+namespace DiffEditor::Internal {
class DiffSelection
{
@@ -46,5 +45,4 @@ private:
DiffSelections m_diffSelections;
};
-} // namespace Internal
-} // namespace DiffEditor
+} // namespace DiffEditor::Internal