forked from qt-creator/qt-creator
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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user