summaryrefslogtreecommitdiff
path: root/src/mainview.h
diff options
context:
space:
mode:
authorBenjamin Poulain <ikipou@gmail.com>2010-11-13 16:47:20 +0100
committerBenjamin Poulain <benjamin.poulain@nokia.com>2010-11-20 18:53:09 +0100
commiteba8b17b2514c39897b035a1f5529f5b87a7b114 (patch)
treeb66e0bd03b5cf07fe46dcb63027c1f0e1839a5bf /src/mainview.h
parentMake the invariants of MainView explicit (diff)
downloadrekonq-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.h2
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;