forked from qt-creator/qt-creator
QmlProfiler: timers for all profiler activities
Change-Id: I2ecbf4d1d90e353506e7c164560b69b81fcc6c66 Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com> Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
@@ -53,7 +53,7 @@ struct QMLJSDEBUGCLIENT_EXPORT Location
|
||||
class QMLJSDEBUGCLIENT_EXPORT QmlProfilerTraceClient : public QmlJsDebugClient::QDeclarativeDebugClient
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_PROPERTY(bool enabled READ isEnabled NOTIFY enabled)
|
||||
Q_PROPERTY(bool enabled READ isEnabled NOTIFY enabledChanged)
|
||||
Q_PROPERTY(bool recording READ isRecording WRITE setRecording NOTIFY recordingChanged)
|
||||
|
||||
// don't hide by signal
|
||||
@@ -103,7 +103,7 @@ signals:
|
||||
|
||||
void recordingChanged(bool arg);
|
||||
|
||||
void enabled();
|
||||
void enabledChanged();
|
||||
void cleared();
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user