summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-04-06 01:20:04 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-04-06 01:20:04 +0200
commit969efc9bddcc1b21d1c70f301d8cb0d44904c9c5 (patch)
tree7832edda27bab141c7247071f384bfb219298870 /src/webview.h
parentThis commit is the first implementation of a new new new urlbar (diff)
downloadrekonq-969efc9bddcc1b21d1c70f301d8cb0d44904c9c5.tar.xz
I confused mouse cursor with the key one :)
Here is another hack to fix bug 211557 DISCLAIMER: this, as the previous, is an hack NOT a solution BUG: 211557
Diffstat (limited to 'src/webview.h')
-rw-r--r--src/webview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webview.h b/src/webview.h
index 85ebf46a..0fe83ae4 100644
--- a/src/webview.h
+++ b/src/webview.h
@@ -79,6 +79,7 @@ private:
QTimer *_scrollTimer;
int _VScrollSpeed;
int _HScrollSpeed;
+ bool _disableAutoScroll;
};
#endif