summaryrefslogtreecommitdiff
path: root/src/mainview.h
diff options
context:
space:
mode:
authorJon Ander Peñalba <jonan88@gmail.com>2010-11-22 19:15:27 +0100
committerJon Ander Peñalba <jonan88@gmail.com>2010-11-22 19:15:27 +0100
commit6d6e464d2edd278cc1b37b1e000d37207f83448c (patch)
tree2d4d624614dc420e23f5a1cd9236a872c93e5407 /src/mainview.h
parentRevert "Make the invariants of MainView explicit" (diff)
downloadrekonq-6d6e464d2edd278cc1b37b1e000d37207f83448c.tar.xz
Revert "Remove m_loadingGitPath from MainView"
This reverts commit eba8b17b2514c39897b035a1f5529f5b87a7b114. This commit wroke the favicon rendering.
Diffstat (limited to 'src/mainview.h')
-rw-r--r--src/mainview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainview.h b/src/mainview.h
index c6babb77..2ba18892 100644
--- a/src/mainview.h
+++ b/src/mainview.h
@@ -180,6 +180,8 @@ private:
StackedUrlBar *m_widgetBar;
+ QString m_loadingGitPath;
+
// the new tab button
QToolButton *m_addTabButton;