Remove non-functional tracking of profiler root's vertical scroll

Vertical scrolling doesn't work at the moment and has to be implemented
in a different way. Besides, the code tracking the root's vertical
scroll hasn't done anything useful in a long time.

Change-Id: If2add3874cba971bbaace2c22fbf1b2bf0b463b7
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Reviewed-by: Ulf Hermann <ulf.hermann@digia.com>
This commit is contained in:
Ulf Hermann
2013-11-08 18:32:02 +01:00
parent e5a65d58bf
commit d3e0ad9429
5 changed files with 13 additions and 52 deletions

View File

@@ -117,7 +117,6 @@ private slots:
void mouseWheelMoved(int mouseX, int mouseY, int wheelDelta);
void updateToolTip(const QString &text);
void updateVerticalScroll(int newPosition);
void profilerDataModelStateChanged();
protected: