summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webview.h')
-rw-r--r--src/webview.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/webview.h b/src/webview.h
index b3d6ca1b..f2e8d7dc 100644
--- a/src/webview.h
+++ b/src/webview.h
@@ -47,6 +47,8 @@ signals:
public:
WebPage(QObject *parent = 0);
+ ~WebPage();
+
MainWindow *mainWindow();
protected:
@@ -100,7 +102,7 @@ protected:
void wheelEvent(QWheelEvent *event);
/**
- * FIlters (SHIFT + ) CTRL + TAB events and emit (shift)ctrlTabPressed()
+ * Filters (SHIFT + ) CTRL + TAB events and emit (shift)ctrlTabPressed()
* to make switch tab
*/
void keyPressEvent(QKeyEvent *event);