diff options
author | Jon Ander Peñalba <jonan88@gmail.com> | 2010-11-22 19:15:27 +0100 |
---|---|---|
committer | Jon Ander Peñalba <jonan88@gmail.com> | 2010-11-22 19:15:27 +0100 |
commit | 6d6e464d2edd278cc1b37b1e000d37207f83448c (patch) | |
tree | 2d4d624614dc420e23f5a1cd9236a872c93e5407 /src/mainview.h | |
parent | Revert "Make the invariants of MainView explicit" (diff) | |
download | rekonq-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.h | 2 |
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; |