QmlProfiler: Clear button in toolbar

Change-Id: Id9739b7828b080b016aa41b13b4f5313a2319172
Reviewed-on: http://codereview.qt.nokia.com/750
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
Christiaan Janssen
2011-06-24 18:19:08 +02:00
parent 843db69441
commit 9baa4f51a1
11 changed files with 113 additions and 40 deletions

View File

@@ -64,8 +64,6 @@ public:
bool canRunRemotely() const;
bool needsOutputPane() const { return false; }
void clearDisplay();
public slots:
void connectClient();
void disconnectClient();
@@ -77,6 +75,8 @@ public slots:
void gotoSourceLocation(const QString &fileUrl, int lineNumber);
void updateTimer(qreal elapsedSeconds);
void clearDisplay();
signals:
void setTimeLabel(const QString &);
void fetchingData(bool);