QmlProfiler: remove dead code

The selectedEventChanged signal was never emitted and aliasing the
selectedItem property was unnecessary.

Change-Id: I2a15ad82bbf20a7ae9a42e17935242fbac7b5129
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
Ulf Hermann
2014-03-26 11:36:13 +01:00
parent 480c652836
commit 224210b0fa
3 changed files with 9 additions and 14 deletions

View File

@@ -104,7 +104,6 @@ private slots:
signals:
void gotoSourceLocation(const QString &fileUrl, int lineNumber, int columNumber);
void selectedEventChanged(int eventId);
void jumpToPrev();
void jumpToNext();