Added handlers for nav & zoom keys.
[grr] / src / contentwindow.h
index 5b07254..26ad9bb 100644 (file)
@@ -25,6 +25,8 @@ class ContentWindow : public QMainWindow {
                QGraphicsWebView *webview;
                QAction *starred;
                QAction *keepUnread;
+
+               void grabZoomKeys(bool grab);
 };
 
 #endif