diff options
author | Yoann Laissus <yoann.laissus@gmail.com> | 2010-08-09 23:51:33 +0200 |
---|---|---|
committer | Yoann Laissus <yoann.laissus@gmail.com> | 2010-08-10 11:37:31 +0200 |
commit | e55e9c541f7a700de529b521552cc935619cc894 (patch) | |
tree | 9664e74302dfeec8074eaa28b754a806d0b68fb1 /src/webview.h | |
parent | remove useless #includes (diff) | |
download | rekonq-e55e9c541f7a700de529b521552cc935619cc894.tar.xz |
- Fix Ctrl + wheel shortcut
- Fix zoomUp at the end of the bar
- add a stretch on the right
Diffstat (limited to 'src/webview.h')
-rw-r--r-- | src/webview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview.h b/src/webview.h index a4ba676c..1fd40f92 100644 --- a/src/webview.h +++ b/src/webview.h @@ -74,7 +74,7 @@ private slots: signals: void loadUrl(const KUrl &, const Rekonq::OpenType &); - void zoomChanged(qreal); + void zoomChanged(int); private: QPoint _mousePos; |