diff options
Diffstat (limited to 'src/widgets/WebViewStack.hpp')
| -rw-r--r-- | src/widgets/WebViewStack.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/widgets/WebViewStack.hpp b/src/widgets/WebViewStack.hpp index 40c2184..0f0d923 100644 --- a/src/widgets/WebViewStack.hpp +++ b/src/widgets/WebViewStack.hpp @@ -45,6 +45,9 @@ public: /// @deprecated TODO: Remove uint32_t current_webview_index(); +signals: + void current_webview_changed(int index); + protected: void set_current_url(const QUrl &url); WebView *create_new_webview(const QUrl &url, bool focus = false); |
