summaryrefslogtreecommitdiff
path: root/src/webtab/webpage.h
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/webpage.h
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/webpage.h')
-rw-r--r--src/webtab/webpage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/webtab/webpage.h b/src/webtab/webpage.h
index a141d38c..43073d58 100644
--- a/src/webtab/webpage.h
+++ b/src/webtab/webpage.h
@@ -77,7 +77,8 @@ protected:
NavigationType type);
Q_SIGNALS:
void pageCreated(WebPage *);
-
+ void initialUrl(const QUrl &);
+
private Q_SLOTS:
void handleUnsupportedContent(QNetworkReply *reply);
void manageNetworkErrors(QNetworkReply *reply);