diff options
Diffstat (limited to 'src/webview.h')
-rw-r--r-- | src/webview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webview.h b/src/webview.h index a132a193..baf8f9f5 100644 --- a/src/webview.h +++ b/src/webview.h @@ -45,7 +45,7 @@ class WebView : public QWebView public: explicit WebView(QWidget *parent = 0); - + WebPage *page(); KUrl url() const; QString lastStatusBarText() const; @@ -73,7 +73,7 @@ private slots: void slotLoadFinished(bool); void printFrame(); - + void openLinkInNewWindow(); void openLinkInNewTab(); |