Skip to content
Snippets Groups Projects
Commit 23f6641f authored by hjk's avatar hjk
Browse files

debugger: re-add registration of WatchData type

parent 56aff185
No related branches found
No related tags found
No related merge requests found
......@@ -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()));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment