forked from qt-creator/qt-creator
QmlProfiler: manage quick stops before connection
Task-number: QTCREATORBUG-5804 Change-Id: I86e9a94c5352d0ac8f9157949afd3b32d60cb05e Reviewed-on: http://codereview.qt.nokia.com/3606 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
@@ -72,6 +72,9 @@ public slots:
|
||||
void stopRecording();
|
||||
void setRecording(bool recording);
|
||||
|
||||
void setAppIsRunning();
|
||||
void setAppIsStopped();
|
||||
|
||||
void gotoSourceLocation(const QString &fileUrl, int lineNumber);
|
||||
void updateTimer(qreal elapsedSeconds);
|
||||
void correctTimer();
|
||||
@@ -84,6 +87,7 @@ signals:
|
||||
void setTimeLabel(const QString &);
|
||||
void fetchingData(bool);
|
||||
void connectionFailed();
|
||||
void cancelRun();
|
||||
|
||||
private slots:
|
||||
void updateProjectFileList();
|
||||
|
||||
Reference in New Issue
Block a user