aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerplugin.cpp
diff options
context:
space:
mode:
authorhjk <[email protected]>2023-08-10 13:30:29 +0200
committerhjk <[email protected]>2023-08-10 13:03:27 +0000
commit0a3aad0093957a45ec0feb95be169adfb3b7689f (patch)
tree84df15f2d081c57eee241a4be6e55e9992fe09ed /src/plugins/debugger/debuggerplugin.cpp
parentfde372b81edee174653ea4f7bc2ea1e812b6ffaf (diff)
Debugger: Name KitAspect related classes more similar to their bases
Change-Id: I2f18f382ccedfde343c72f8a9562f900faa43756 Reviewed-by: Christian Kandeler <[email protected]>
Diffstat (limited to 'src/plugins/debugger/debuggerplugin.cpp')
-rw-r--r--src/plugins/debugger/debuggerplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp
index 6523b1675c8..7d39b9ed725 100644
--- a/src/plugins/debugger/debuggerplugin.cpp
+++ b/src/plugins/debugger/debuggerplugin.cpp
@@ -687,7 +687,7 @@ public:
Perspective m_perspective{Constants::PRESET_PERSPECTIVE_ID, Tr::tr("Debugger")};
std::unique_ptr<Perspective> m_perspectiveCmake;
- DebuggerKitAspect debuggerKitAspect;
+ DebuggerKitAspectFactory debuggerKitAspect;
DebuggerRunWorkerFactory debuggerWorkerFactory;