Skip to content
Snippets Groups Projects
Commit 227c75ea authored by hjk's avatar hjk
Browse files

debugger: compile fix

parent d9210302
No related branches found
No related tags found
No related merge requests found
......@@ -612,12 +612,10 @@ void QmlEngine::sendPing()
sendMessage(reply);
}
namespace Internal {
DebuggerEngine *createQmlEngine(const DebuggerStartParameters &sp)
{
return new QmlEngine(sp);
}
} // namespace Internal
unsigned QmlEngine::debuggerCapabilities() const
{
......
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