diff options
author | Benjamin Poulain <ikipou@gmail.com> | 2010-11-13 16:47:20 +0100 |
---|---|---|
committer | Benjamin Poulain <benjamin.poulain@nokia.com> | 2010-11-20 18:53:09 +0100 |
commit | eba8b17b2514c39897b035a1f5529f5b87a7b114 (patch) | |
tree | b66e0bd03b5cf07fe46dcb63027c1f0e1839a5bf /src/mainview.h | |
parent | Make the invariants of MainView explicit (diff) | |
download | rekonq-eba8b17b2514c39897b035a1f5529f5b87a7b114.tar.xz |
Remove m_loadingGitPath from MainView
The attribute m_loadingGitPath is an invariant of runtime,
it is not specific to MainView objects.
The path has been changed to a constant of the implementation.
Reviewed by: Pierre Rossi
Reviewed by: Andrea Diamantini
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainview.h b/src/mainview.h index c59bd5e1..042b6371 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -179,8 +179,6 @@ private: StackedUrlBar *const m_widgetBar; - QString m_loadingGitPath; - // the new tab button QToolButton *const m_addTabButton; |