diff --git a/src/plugins/qmlprofiler/qmlprofilerstatewidget.h b/src/plugins/qmlprofiler/qmlprofilerstatewidget.h index 7fbde30aa1f..9272cce1b01 100644 --- a/src/plugins/qmlprofiler/qmlprofilerstatewidget.h +++ b/src/plugins/qmlprofiler/qmlprofilerstatewidget.h @@ -48,6 +48,7 @@ public: ~QmlProfilerStateWidget(); private slots: + void showText(const QString &text, bool showProgress = false); void updateDisplay(); void dataStateChanged(); void profilerStateChanged();