summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-08-30 19:02:15 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-08-30 19:02:15 +0200
commitb1dfaeca4986086c78e33b54fc6814bca412eaae (patch)
treeb1a9a69f9404e763be5d2920d806543142ec5f34 /src/webview.h
parentrekonq 0.2.53 with bookmarks bar fixed (and ALL the bars, too!!) (diff)
downloadrekonq-b1dfaeca4986086c78e33b54fc6814bca412eaae.tar.xz
- A better print slot
- contextual frame actions (just 2, for now) - works on contextual menu
Diffstat (limited to 'src/webview.h')
-rw-r--r--src/webview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webview.h b/src/webview.h
index 4f283aae..259c1d83 100644
--- a/src/webview.h
+++ b/src/webview.h
@@ -72,6 +72,8 @@ private slots:
void slotUpdateProgress(int progress);
void slotLoadFinished(bool);
+ void printFrame();
+
private:
WebPage *m_page;
int m_progress;