diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-05-31 11:31:59 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-05-31 11:31:59 +0200 |
commit | 010587f612ae2a4c5fe91dbf75bfdcab2480a83e (patch) | |
tree | 53da5e23697a936dd5d45410f45d7a35cc8fcb28 /src/webtab.h | |
parent | Merge commit 'refs/merge-requests/2282' of git://gitorious.org/rekonq/mainlin... (diff) | |
download | rekonq-010587f612ae2a4c5fe91dbf75bfdcab2480a83e.tar.xz |
Update urlbar progress
Diffstat (limited to 'src/webtab.h')
-rw-r--r-- | src/webtab.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/webtab.h b/src/webtab.h index bc07a3e9..e34bbccf 100644 --- a/src/webtab.h +++ b/src/webtab.h @@ -67,6 +67,9 @@ private slots: void createWalletBar(const QString &, const QUrl &); void showRSSInfo(QPoint pos); +signals: + void loadProgressing(); + private: WebView *_view; |