diff options
| author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-05-01 15:54:49 +0200 | 
|---|---|---|
| committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-05-01 15:54:49 +0200 | 
| commit | 1ee841364215042f1f284e692ae191ebf7a64156 (patch) | |
| tree | 48c1f49e29fe6b13cef68cd73dd2cab039fea822 /src/webengine | |
| parent | Window::session (diff) | |
| download | smolbote-1ee841364215042f1f284e692ae191ebf7a64156.tar.xz | |
Split off addressbar into lib/
Diffstat (limited to 'src/webengine')
| -rw-r--r-- | src/webengine/webview.h | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/src/webengine/webview.h b/src/webengine/webview.h index 5ab04cd..2a99fdd 100644 --- a/src/webengine/webview.h +++ b/src/webengine/webview.h @@ -41,10 +41,11 @@ public:      bool isLoaded() const;      int loadProgress() const; -    void search(const QString &term); -      void triggerViewAction(ViewAction action); +public slots: +    void search(const QString &term); +  signals:      // loadStarted is always emitted, be it page load or in-page request,      // but loadFinished is only emitted when it's a page load | 
