aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilerstatewidget.h
diff options
context:
space:
mode:
authorChristian Stenger <[email protected]>2015-04-02 12:30:10 +0200
committerChristian Stenger <[email protected]>2015-04-02 10:36:29 +0000
commite152e06f429b72c4e66243f9da44731c2963cef3 (patch)
treef9e5296a8aa335c8565597291462937792a7af6e /src/plugins/qmlprofiler/qmlprofilerstatewidget.h
parent879bb9adcf9a73f542af46adb44ccf58407fb3c8 (diff)
QmlProfiler: Fix missing declaration
Change-Id: If783fe330bccd19140dd916c42dfe7f424b68a85 Reviewed-by: Ulf Hermann <[email protected]>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilerstatewidget.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilerstatewidget.h1
1 files changed, 1 insertions, 0 deletions
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();