forked from qt-creator/qt-creator
QmlProfiler: remove dead code
We never propagate a selection by source location. Change-Id: I4594b88080bd1834572c0087db0397bc08a81d70 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
@@ -66,7 +66,6 @@ public:
|
||||
public slots:
|
||||
void clear();
|
||||
void selectByTypeId(int typeId);
|
||||
void selectBySourceLocation(const QString &filename, int line, int column);
|
||||
void selectByEventIndex(int modelId, int eventIndex);
|
||||
void updateCursorPosition();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user