forked from qt-creator/qt-creator
Debugger: Compile fix for VS 2012
Change-Id: I79c17d36304c7afc8e500a713cd859f91d832700 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -134,7 +134,7 @@ private:
|
|||||||
void handleChildren(const WatchData &data0, const GdbMi &item,
|
void handleChildren(const WatchData &data0, const GdbMi &item,
|
||||||
QList<WatchData> *list);
|
QList<WatchData> *list);
|
||||||
void postCommand(const QByteArray &command,
|
void postCommand(const QByteArray &command,
|
||||||
DebuggerCommand::Callback callback = 0);
|
DebuggerCommand::Callback callback = DebuggerCommand::Callback());
|
||||||
void postDirectCommand(const QByteArray &command);
|
void postDirectCommand(const QByteArray &command);
|
||||||
|
|
||||||
QQueue<DebuggerCommand> m_commands;
|
QQueue<DebuggerCommand> m_commands;
|
||||||
|
Reference in New Issue
Block a user