summaryrefslogtreecommitdiff
path: root/src/webpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webpage.h')
-rw-r--r--src/webpage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webpage.h b/src/webpage.h
index b6e0c531..41ddd877 100644
--- a/src/webpage.h
+++ b/src/webpage.h
@@ -58,6 +58,8 @@ public:
inline bool isOnRekonqPage() const { return _isOnRekonqPage; };
inline void setIsOnRekonqPage(bool b) { _isOnRekonqPage = b; };
+ inline KUrl loadingUrl() { return _loadingUrl; };
+
public Q_SLOTS:
void downloadAllContentsWithKGet(QPoint);