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:
Ulf Hermann
2015-11-11 11:44:55 +01:00
parent 07241006ee
commit 35ce8f50df
4 changed files with 0 additions and 43 deletions

View File

@@ -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();