diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-04 00:48:41 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-04 00:48:41 +0200 |
commit | 1e32755e0c8caa5be6c12dd6675a477e5dae9155 (patch) | |
tree | 561740ef6654371d458d8a6140e6975b11d521c6 /src/webview.h | |
parent | Improving Multi Windows implementation (diff) | |
download | rekonq-1e32755e0c8caa5be6c12dd6675a477e5dae9155.tar.xz |
Open in new Window Action
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 259c1d83..49bdccfb 100644 --- a/src/webview.h +++ b/src/webview.h @@ -73,6 +73,8 @@ private slots: void slotLoadFinished(bool); void printFrame(); + + void openLinkInNewWindow(); private: WebPage *m_page; |