diff options
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilerstatewidget.h')
-rw-r--r-- | src/plugins/qmlprofiler/qmlprofilerstatewidget.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilerstatewidget.h b/src/plugins/qmlprofiler/qmlprofilerstatewidget.h index 376ea09fa0..8358394726 100644 --- a/src/plugins/qmlprofiler/qmlprofilerstatewidget.h +++ b/src/plugins/qmlprofiler/qmlprofilerstatewidget.h @@ -45,8 +45,9 @@ public: private: void showText(const QString &text); void updateDisplay(); - void update(); void reposition(); + void initialize(); + void clear(); class QmlProfilerStateWidgetPrivate; QmlProfilerStateWidgetPrivate *d; |