aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/breakhandler.h
diff options
context:
space:
mode:
authorhjk <hjk121@nokiamail.com>2014-12-12 15:33:16 +0100
committerhjk <hjk121@nokiamail.com>2014-12-15 17:23:48 +0100
commitaff13fdf27b50dff9919fb45ac7703fc851174b1 (patch)
tree94de1406c69330abda1413a29c377812bc9dd333 /src/plugins/debugger/breakhandler.h
parent8f7bd19600a03427cac095d9f7937a103a158bb9 (diff)
Debugger: Make DebuggerEngine internal
Expose less of debugger internals to the device plugins. Change-Id: Ie78756b033fae3fe02bff92eadf26b7319990605 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by: hjk <hjk121@nokiamail.com>
Diffstat (limited to 'src/plugins/debugger/breakhandler.h')
-rw-r--r--src/plugins/debugger/breakhandler.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/debugger/breakhandler.h b/src/plugins/debugger/breakhandler.h
index e737eda6a4..2ac1ff93c5 100644
--- a/src/plugins/debugger/breakhandler.h
+++ b/src/plugins/debugger/breakhandler.h
@@ -42,12 +42,10 @@
//////////////////////////////////////////////////////////////////
namespace Debugger {
-
-class DebuggerEngine;
-
namespace Internal {
class BreakpointMarker;
+class DebuggerEngine;
class BreakHandler : public QAbstractItemModel
{