diff --git a/src/plugins/qmlprofiler/qmlprofilerstatemanager.cpp b/src/plugins/qmlprofiler/qmlprofilerstatemanager.cpp index ee5d6510f273485fd89192b4e15c9005747c04eb..f0ab30419337f9539f6894379a52f23a67fbc6b2 100644 --- a/src/plugins/qmlprofiler/qmlprofilerstatemanager.cpp +++ b/src/plugins/qmlprofiler/qmlprofilerstatemanager.cpp @@ -142,6 +142,7 @@ void QmlProfilerStateManager::setCurrentState(QmlProfilerState newState) case AppKilled: QTC_ASSERT(d->m_currentState == AppDying, qDebug() << "from" << stringForState(d->m_currentState)); + break; default: qDebug() << tr("Switching to unknown state in %1:%2").arg(QString(__FILE__), QString::number(__LINE__)); break;