From 010587f612ae2a4c5fe91dbf75bfdcab2480a83e Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Mon, 31 May 2010 11:31:59 +0200 Subject: Update urlbar progress --- src/urlbar/urlbar.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/urlbar') diff --git a/src/urlbar/urlbar.cpp b/src/urlbar/urlbar.cpp index 9edf7c6b..b297df1c 100644 --- a/src/urlbar/urlbar.cpp +++ b/src/urlbar/urlbar.cpp @@ -101,6 +101,8 @@ UrlBar::UrlBar(QWidget *parent) _tab = qobject_cast(parent); + connect(_tab, SIGNAL(loadProgressing()), this, SLOT(update())); + connect(_tab->view(), SIGNAL(urlChanged(const QUrl &)), this, SLOT(setQUrl(const QUrl &))); connect(_tab->view(), SIGNAL(loadFinished(bool)), this, SLOT(loadFinished())); connect(_tab->view(), SIGNAL(loadStarted()), this, SLOT(clearRightIcons())); -- cgit v1.2.1