QmlProfiler: ongoing work

This commit is contained in:
Christiaan Janssen
2011-03-24 12:42:15 +01:00
parent 66413d9ab8
commit fbe9925d8c
10 changed files with 93 additions and 54 deletions

View File

@@ -60,10 +60,12 @@ public:
public slots:
void updateCursorPosition();
void updateTimer();
signals:
void viewUpdated();
void gotoSourceLocation(const QString &fileName, int lineNumber);
void timeChanged(qreal newTime);
private:
TracePlugin *m_plugin;