forked from qt-creator/qt-creator
Re-enable navigation to file in timeline
Change-Id: I6e794ee98380fa8543fc0266bd8cec7b525e1e68 Reviewed-by: Christiaan Janssen <christiaan.janssen@digia.com>
This commit is contained in:
committed by
Christiaan Janssen
parent
6f279f1225
commit
c045b43e13
@@ -102,10 +102,6 @@ public:
|
||||
emit profilerModelProxyChanged(m_profilerModelProxy);
|
||||
}
|
||||
|
||||
Q_INVOKABLE qint64 getDuration(int index) const;
|
||||
Q_INVOKABLE QString getFilename(int index) const;
|
||||
Q_INVOKABLE int getLine(int index) const;
|
||||
Q_INVOKABLE QString getDetails(int index) const;
|
||||
Q_INVOKABLE int getYPosition(int modelIndex, int index) const;
|
||||
|
||||
Q_INVOKABLE void selectNext();
|
||||
|
||||
Reference in New Issue
Block a user