QmlProfiler: Fix missing declaration

Change-Id: If783fe330bccd19140dd916c42dfe7f424b68a85
Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com>
This commit is contained in:
Christian Stenger
2015-04-02 12:30:10 +02:00
parent 879bb9adcf
commit e152e06f42

View File

@@ -48,6 +48,7 @@ public:
~QmlProfilerStateWidget();
private slots:
void showText(const QString &text, bool showProgress = false);
void updateDisplay();
void dataStateChanged();
void profilerStateChanged();