Debugger: Hide KitAspectFactory

Change-Id: If98f4598efb273852a602a9ed7379341a3720a60
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
hjk
2023-08-10 14:29:21 +02:00
parent ae51ad8c92
commit a3b93481da
4 changed files with 172 additions and 175 deletions

View File

@@ -60,6 +60,7 @@
#include <projectexplorer/devicesupport/deviceprocessesdialog.h>
#include <projectexplorer/devicesupport/sshparameters.h>
#include <projectexplorer/itaskhandler.h>
#include <projectexplorer/kitaspects.h>
#include <projectexplorer/project.h>
#include <projectexplorer/projectexplorer.h>
#include <projectexplorer/projectexplorericons.h>
@@ -687,8 +688,6 @@ public:
Perspective m_perspective{Constants::PRESET_PERSPECTIVE_ID, Tr::tr("Debugger")};
std::unique_ptr<Perspective> m_perspectiveCmake;
DebuggerKitAspectFactory debuggerKitAspect;
DebuggerRunWorkerFactory debuggerWorkerFactory;
// FIXME: Needed?