diff options
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/mainview.h b/src/mainview.h index 28185e48..f2ed7cba 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -113,13 +113,20 @@ Q_SIGNALS: void currentTitle(const QString &url); void showStatusBarMessage(const QString &message, Rekonq::Notify status = Rekonq::Info); void linkHovered(const QString &link); - void browserTabLoading(bool); void openPreviousInHistory(); void openNextInHistory(); void closeWindow(); void printRequested(QWebFrame *frame); + /** + * Current tab state changed: + * 1. tab is loading + * 2. tab finished loading + * 3. tab urlbar got focus + */ + void currentTabStateChanged(); + public Q_SLOTS: /** * Core browser slot. This create a new tab with a WebView inside |