diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-30 19:02:15 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-30 19:02:15 +0200 |
commit | b1dfaeca4986086c78e33b54fc6814bca412eaae (patch) | |
tree | b1a9a69f9404e763be5d2920d806543142ec5f34 /src/webview.h | |
parent | rekonq 0.2.53 with bookmarks bar fixed (and ALL the bars, too!!) (diff) | |
download | rekonq-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.h | 2 |
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; |