debugger: get rid of the private header dependency

Removed the CanvasFrameRate class as it is not used, and
depends on private Qt API
This commit is contained in:
Olivier Goffart
2010-08-10 10:10:39 +02:00
parent b15a0a5a0f
commit 9df9695a7f
7 changed files with 1 additions and 680 deletions

View File

@@ -370,11 +370,9 @@ void DebuggerRunControl::createEngine(const DebuggerStartParameters &sp)
case TcfEngineType:
m_engine = createTcfEngine(sp);
break;
#if defined(QML_ENGINE)
case QmlEngineType:
m_engine = createQmlEngine(sp);
break;
#endif
default: {
// Could not find anything suitable.
debuggingFinished();