forked from qt-creator/qt-creator
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:
@@ -186,7 +186,6 @@ void QmlProfilerTraceView::reset()
|
||||
connect(rootObject, SIGNAL(updateLockButton()), this, SLOT(updateLockButton()));
|
||||
connect(this, SIGNAL(jumpToPrev()), rootObject, SLOT(prevEvent()));
|
||||
connect(this, SIGNAL(jumpToNext()), rootObject, SLOT(nextEvent()));
|
||||
connect(rootObject, SIGNAL(selectedEventChanged(int)), this, SIGNAL(selectedEventChanged(int)));
|
||||
connect(rootObject, SIGNAL(changeToolTip(QString)), this, SLOT(updateToolTip(QString)));
|
||||
connect(this, SIGNAL(enableToolbar(bool)), this, SLOT(setZoomSliderEnabled(bool)));
|
||||
connect(this, SIGNAL(showZoomSlider(bool)), this, SLOT(setZoomSliderVisible(bool)));
|
||||
|
||||
Reference in New Issue
Block a user