summaryrefslogtreecommitdiff
path: root/src/webview.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-01-29 11:59:45 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-01-29 11:59:45 +0100
commitba12e93de03b052ade877b0ddfaef125579e15eb (patch)
tree7283d833f5f4ba45c5ebcdc3e655a23a93116696 /src/webview.cpp
parent1st lines of docs (diff)
downloadrekonq-ba12e93de03b052ade877b0ddfaef125579e15eb.tar.xz
Definitely fixed FindBar (orat least, I hope so)
Add some comments
Diffstat (limited to 'src/webview.cpp')
-rw-r--r--src/webview.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webview.cpp b/src/webview.cpp
index 436db54e..a4ca8211 100644
--- a/src/webview.cpp
+++ b/src/webview.cpp
@@ -191,6 +191,8 @@ WebView::WebView(QWidget* parent)
// TODO : improve and KDE-ize this menu
+// 1. Add link to bookmarks
+// 2. Add "save link as" action
void WebView::contextMenuEvent(QContextMenuEvent *event)
{
QWebHitTestResult r = page()->mainFrame()->hitTestContent(event->pos());