debugger: re-add registration of WatchData type

This commit is contained in:
hjk
2010-07-21 11:05:40 +02:00
parent 56aff185a6
commit 23f6641f8e

View File

@@ -177,6 +177,8 @@ static QByteArray parsePlainConsoleStream(const GdbResponse &response)
GdbEngine::GdbEngine(const DebuggerStartParameters &startParameters)
: DebuggerEngine(startParameters)
{
qRegisterMetaType<WatchData>("WatchData");
m_commandTimer = new QTimer(this);
m_commandTimer->setSingleShot(true);
connect(m_commandTimer, SIGNAL(timeout()), SLOT(commandTimeout()));