summaryrefslogtreecommitdiff
path: root/kwebapp/webview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-06-05 09:27:59 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-06-08 00:39:47 +0200
commit88647f4f7852804d9d7acfd91fc6e35d06379413 (patch)
treee8091c40b15be229d981ac470c860e943c3cdba6 /kwebapp/webview.h
parentkwebapp improvements (diff)
downloadrekonq-88647f4f7852804d9d7acfd91fc6e35d06379413.tar.xz
Fix/improve kwebapp contextual actions
Diffstat (limited to 'kwebapp/webview.h')
-rw-r--r--kwebapp/webview.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/kwebapp/webview.h b/kwebapp/webview.h
index 5cf6fcfe..7c636367 100644
--- a/kwebapp/webview.h
+++ b/kwebapp/webview.h
@@ -61,6 +61,11 @@ private Q_SLOTS:
void openLinkInDefaultBrowser();
void sendByMail();
+ void findSelectedText();
+ void search();
+
+ void viewImage(Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers);
+ void slotCopyImageLocation();
private:
WebPage *m_page;