forked from qt-creator/qt-creator
Clean exported headers of the Debugger plugin.
Change-Id: I70ca6773e0f6aa6d80a441f8920d7f5d2418e1bf Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -33,9 +33,6 @@
|
||||
|
||||
#include "debugger_global.h"
|
||||
#include "debuggerconstants.h"
|
||||
#include "debuggerprotocol.h"
|
||||
#include "debuggerstartparameters.h"
|
||||
#include "threaddata.h" // For ThreadId.
|
||||
|
||||
#include <QObject>
|
||||
|
||||
@@ -52,6 +49,7 @@ namespace Debugger {
|
||||
|
||||
class DebuggerRunControl;
|
||||
class DebuggerStartParameters;
|
||||
class RemoteSetupResult;
|
||||
|
||||
DEBUGGER_EXPORT QDebug operator<<(QDebug str, const DebuggerStartParameters &);
|
||||
DEBUGGER_EXPORT QDebug operator<<(QDebug str, DebuggerState state);
|
||||
@@ -77,6 +75,7 @@ class QmlCppEngine;
|
||||
class DebuggerToolTipContext;
|
||||
class MemoryViewSetupData;
|
||||
class Terminal;
|
||||
class ThreadId;
|
||||
|
||||
struct WatchUpdateFlags
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user