summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-03-12 01:05:59 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-03-12 01:05:59 +0100
commita82439eec3599ac3d07516bee77713deb599299f (patch)
tree3af3798afd96b45cefc49a3f48d1e35cf7246ebf /src/webview.h
parentSolved initial size problem! (diff)
downloadrekonq-a82439eec3599ac3d07516bee77713deb599299f.tar.xz
Added some warning
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);