From bf94b5e71b1a7cedf2f69bb3cd61661bc21c24c3 Mon Sep 17 00:00:00 2001 From: Benjamin Poulain Date: Sat, 13 Nov 2010 16:44:19 +0100 Subject: Make the invariants of MainView explicit Enforce the invariant of MainView by making the pointer const. Reviewed by: Pierre Rossi Reviewed by: Andrea Diamantini --- src/mainview.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mainview.h') diff --git a/src/mainview.h b/src/mainview.h index 22a3a46e..c59bd5e1 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -177,18 +177,18 @@ private: // -------------------------------------------------------------------------- - StackedUrlBar *m_widgetBar; + StackedUrlBar *const m_widgetBar; QString m_loadingGitPath; // the new tab button - QToolButton *m_addTabButton; + QToolButton *const m_addTabButton; int m_currentTabIndex; QList m_recentlyClosedTabs; - MainWindow *m_parentWindow; + MainWindow *const m_parentWindow; }; #endif // MAINVIEW_H -- cgit v1.2.1