aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/stackwindow.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2022-07-05 15:37:08 +0200
committerhjk <hjk@qt.io>2022-07-08 12:32:38 +0000
commit9894c6eaf079fd1e768271c3b6a0af8cc11de735 (patch)
treea9c7404ffaabad97cf303a54ff0ca5d256f9fe18 /src/plugins/debugger/stackwindow.h
parentbb3549a7210ce599ea353af52807144e455dc206 (diff)
Debugger: Convert to Tr::tr
Change-Id: I5d2475c790851c68f9997ac6af72b5eaca58482d Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/debugger/stackwindow.h')
-rw-r--r--src/plugins/debugger/stackwindow.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/plugins/debugger/stackwindow.h b/src/plugins/debugger/stackwindow.h
index 79f2974e82..08ada7fa5c 100644
--- a/src/plugins/debugger/stackwindow.h
+++ b/src/plugins/debugger/stackwindow.h
@@ -27,10 +27,7 @@
#include <utils/basetreeview.h>
-#include <QCoreApplication>
-
-namespace Debugger {
-namespace Internal {
+namespace Debugger::Internal {
class StackTreeView : public Utils::BaseTreeView
{
@@ -46,5 +43,4 @@ private:
bool m_contentsAdjusted = false;
};
-} // namespace Internal
-} // namespace Debugger
+} // Debugger::Internal