summaryrefslogtreecommitdiff
path: root/src/webtab/webtab.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2013-06-19 13:09:33 +0200
committerAndrea Diamantini <adjam7@gmail.com>2013-06-19 13:09:33 +0200
commit7fd44b92554588240a5dd953ce1734891b147271 (patch)
treeb662043a83c44a9207e5f022dd5d83382dd22a22 /src/webtab/webtab.cpp
parentSpeed up construction of the history page (diff)
downloadrekonq-7fd44b92554588240a5dd953ce1734891b147271.tar.xz
Let fixed behavior when site is NOT loaded
work also when you don't have connection from the beginning. CCBUG:319924 CCBUG:312928
Diffstat (limited to 'src/webtab/webtab.cpp')
-rw-r--r--src/webtab/webtab.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webtab/webtab.cpp b/src/webtab/webtab.cpp
index f501c8fd..a304a68c 100644
--- a/src/webtab/webtab.cpp
+++ b/src/webtab/webtab.cpp
@@ -118,6 +118,8 @@ WebTab::WebTab(QWidget *parent, bool isPrivateBrowsing)
connect(view(), SIGNAL(titleChanged(QString)), this, SIGNAL(titleChanged(QString)));
connect(view(), SIGNAL(iconChanged()), this, SIGNAL(iconChanged()));
+ connect(page(), SIGNAL(initialUrl(QUrl)), this, SIGNAL(urlChanged(QUrl)));
+
if (!parent)
{
m_isWebApp = true;