forked from qt-creator/qt-creator
qQmlProfiler: independent start/stop/record buttons
Reviewed-by: Kai Koehne
This commit is contained in:
@@ -67,13 +67,16 @@ public slots:
|
||||
void connectClient();
|
||||
void disconnectClient();
|
||||
|
||||
void startRecording();
|
||||
void stopRecording();
|
||||
void setRecording(bool recording);
|
||||
|
||||
void gotoSourceLocation(const QString &fileUrl, int lineNumber);
|
||||
void updateTimer(qreal elapsedSeconds);
|
||||
|
||||
signals:
|
||||
void setTimeLabel(const QString &);
|
||||
void fetchingData(bool);
|
||||
|
||||
public:
|
||||
// Todo: configurable parameters
|
||||
|
||||
Reference in New Issue
Block a user