diff options
Diffstat (limited to 'src/webview.h')
-rw-r--r-- | src/webview.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/webview.h b/src/webview.h index 18977798..3ae9b7e9 100644 --- a/src/webview.h +++ b/src/webview.h @@ -108,6 +108,9 @@ private Q_SLOTS: void loadStarted(); + void blockImage(); + + Q_SIGNALS: void loadUrl(const KUrl &, const Rekonq::OpenType &); void zoomChanged(int); |