debugger: compile fix

This commit is contained in:
hjk
2010-12-03 12:20:31 +01:00
parent d9210302ce
commit 227c75ea5d

View File

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