forked from qt-creator/qt-creator
QmlProfiler: reading column information in bindings
Change-Id: I1a99c3508de733d98eb99f41419eccfdca030fe0 Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
@@ -83,7 +83,7 @@ public slots:
|
||||
void setAppIsRunning();
|
||||
void setAppIsStopped();
|
||||
|
||||
void gotoSourceLocation(const QString &fileUrl, int lineNumber);
|
||||
void gotoSourceLocation(const QString &fileUrl, int lineNumber, int columnNumber);
|
||||
void updateTimers();
|
||||
void profilerStateChanged(bool qmlActive, bool v8active);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user