QmlProfiler: stop timer on failed connection

Reviewed-by: Kai Koehne
This commit is contained in:
Christiaan Janssen
2011-04-14 15:23:17 +02:00
parent d613c057d5
commit fa2b294264
5 changed files with 23 additions and 23 deletions

View File

@@ -63,7 +63,6 @@ public:
~TraceWindow();
void reset(QDeclarativeDebugConnection *conn);
void setRecordAtStart(bool record);
void setRecording(bool recording);
bool isRecording() const;
@@ -82,7 +81,6 @@ signals:
private:
TracePlugin *m_plugin;
QSize m_sizeHint;
bool m_recordAtStart;
QDeclarativeView *m_view;
};