Debugger: Compile fix for VS 2012

Change-Id: I79c17d36304c7afc8e500a713cd859f91d832700
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
hjk
2015-02-13 15:58:53 +01:00
parent d0b448aa29
commit ee4cbafb0b

View File

@@ -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;