summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
authorMarc Deop <damnshock@gmail.com>2012-01-09 19:04:29 +0100
committerAndrea Diamantini <adjam7@gmail.com>2012-01-09 19:04:29 +0100
commit81bf91dc7d81a06de3f5c16c79c34385e0091cbd (patch)
tree7f91d30ff800c73a2da081f2683309aae6b3088e /src/webview.h
parentFix issue with new ordering algorithm (diff)
downloadrekonq-81bf91dc7d81a06de3f5c16c79c34385e0091cbd.tar.xz
Let keys autoscroll work also when middle click use is disabled
(adjam's marginal change): let variables have better names m_isAutoScrollEnabled --> m_isViewAutoScrolling CCBUG:289588 CCBUG:278056 REVIEW:103649 REVIEWED-BY: adjam
Diffstat (limited to 'src/webview.h')
-rw-r--r--src/webview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview.h b/src/webview.h
index eabe10a0..95f27f17 100644
--- a/src/webview.h
+++ b/src/webview.h
@@ -115,7 +115,7 @@ private:
int m_vScrollSpeed;
int m_hScrollSpeed;
bool m_canEnableAutoScroll;
- bool m_isAutoScrollEnabled;
+ bool m_isViewAutoScrolling;
QPixmap m_autoScrollIndicator;
// Smooth Scroll