aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerplugin.cpp
diff options
context:
space:
mode:
authorhjk <[email protected]>2023-07-18 10:49:35 +0200
committerhjk <[email protected]>2023-07-20 13:47:24 +0000
commit11e1c7b1a425e29271783ae8f6a0e6a090752585 (patch)
tree78a535fecd2e64f347079195c89bb2172f220c67 /src/plugins/debugger/debuggerplugin.cpp
parent2f11a1d32bb69f86b9baef21f09f4d5f7c788416 (diff)
Debugger: Move CommonOptionsPage to new settings scheme
Change-Id: I851931d3b0536659dc2e53a67b9879caad2f3166 Reviewed-by: Christian Stenger <[email protected]>
Diffstat (limited to 'src/plugins/debugger/debuggerplugin.cpp')
-rw-r--r--src/plugins/debugger/debuggerplugin.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp
index 6a6f60f08d5..63ab6b95d41 100644
--- a/src/plugins/debugger/debuggerplugin.cpp
+++ b/src/plugins/debugger/debuggerplugin.cpp
@@ -25,7 +25,6 @@
#include "sourceutils.h"
#include "shared/hostutils.h"
#include "console/console.h"
-
#include "commonoptionspage.h"
#include "analyzer/analyzerconstants.h"
@@ -697,7 +696,6 @@ public:
std::unique_ptr<Perspective> m_perspectiveCmake;
DebuggerKitAspect debuggerKitAspect;
- CommonOptionsPage commonOptionsPage;
DebuggerRunWorkerFactory debuggerWorkerFactory;