From e152e06f429b72c4e66243f9da44731c2963cef3 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Thu, 2 Apr 2015 12:30:10 +0200 Subject: QmlProfiler: Fix missing declaration Change-Id: If783fe330bccd19140dd916c42dfe7f424b68a85 Reviewed-by: Ulf Hermann --- src/plugins/qmlprofiler/qmlprofilerstatewidget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/qmlprofiler/qmlprofilerstatewidget.h') 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(); -- cgit v1.2.3