forked from qt-creator/qt-creator
Debugger: Export DebuggerManager and DebuggerStartParameters.
For device debugging. Move both from namespace Debugger::Internal to Debugger, export them, give DebuggerManager a static instance().
This commit is contained in:
@@ -262,7 +262,7 @@ public:
|
||||
static QString watcherEditPlaceHolder();
|
||||
|
||||
signals:
|
||||
void watchDataUpdateNeeded(const WatchData &data);
|
||||
void watchDataUpdateNeeded(const Debugger::Internal::WatchData &data);
|
||||
void sessionValueRequested(const QString &name, QVariant *value);
|
||||
void setSessionValueRequested(const QString &name, const QVariant &value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user