diff --git a/src/plugins/qmlprofiler/qmlprofilerstatewidget.cpp b/src/plugins/qmlprofiler/qmlprofilerstatewidget.cpp index a6c8e47e322..05dc7503b03 100644 --- a/src/plugins/qmlprofiler/qmlprofilerstatewidget.cpp +++ b/src/plugins/qmlprofiler/qmlprofilerstatewidget.cpp @@ -224,12 +224,6 @@ void QmlProfilerStateWidget::updateDisplay() return; } - // View is not supported for this kind of application - if (d->traceAvailable && d->loadingDone && !parentWidget()->isEnabled()) { - showText(tr("Not supported for this application")); - return; - } - // Application died before all data could be read if (!d->loadingDone && !d->emptyList && d->appKilled) { showText(tr("Application stopped before loading all data"), true);