summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler/qmlprofilertraceview.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@digia.com>2013-11-08 18:32:02 +0100
committerUlf Hermann <ulf.hermann@digia.com>2013-11-11 16:26:04 +0100
commitd3e0ad942918ce5bf21dfa0e003fb0cf40805e54 (patch)
tree716f92dd6a0d4329f17f0272a45206fe63f41ba6 /src/plugins/qmlprofiler/qmlprofilertraceview.h
parente5a65d58bf5a250133187c2547f8e041c6fdcce0 (diff)
downloadqt-creator-d3e0ad942918ce5bf21dfa0e003fb0cf40805e54.tar.gz
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>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilertraceview.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilertraceview.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilertraceview.h b/src/plugins/qmlprofiler/qmlprofilertraceview.h
index 985838f7aa..8bb84949e6 100644
--- a/src/plugins/qmlprofiler/qmlprofilertraceview.h
+++ b/src/plugins/qmlprofiler/qmlprofilertraceview.h
@@ -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: