aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/breakhandler.h
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2022-07-29 14:47:22 +0200
committerChristian Stenger <christian.stenger@qt.io>2022-08-22 12:25:32 +0000
commitcd071e299ae93774ae9cbfc7a5bb15192936cffd (patch)
tree44f4127c3cf9670c25c2d919d5de46c92c4341d4 /src/plugins/debugger/breakhandler.h
parent7e378995653175918734f0f1f63aa1b8d38211fb (diff)
Debugger: Export BreakpointManager and some icons
Allow retrieving of breakpoint information without the need to create a debugger engine. Export some icons for re-use. Change-Id: Ic3d5f22840c1b67e8b3e4e0892c204da3ab1af9e Reviewed-by: hjk <hjk@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Diffstat (limited to 'src/plugins/debugger/breakhandler.h')
-rw-r--r--src/plugins/debugger/breakhandler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/debugger/breakhandler.h b/src/plugins/debugger/breakhandler.h
index e3949264b5..4d77bfc962 100644
--- a/src/plugins/debugger/breakhandler.h
+++ b/src/plugins/debugger/breakhandler.h
@@ -26,6 +26,7 @@
#pragma once
#include "breakpoint.h"
+#include "debugger_global.h"
#include "debuggerprotocol.h"
#include <utils/filepath.h>
@@ -281,7 +282,7 @@ private:
DebuggerEngine * const m_engine;
};
-class BreakpointManager : public BreakpointManagerModel
+class DEBUGGER_EXPORT BreakpointManager : public BreakpointManagerModel
{
public:
BreakpointManager();