summaryrefslogtreecommitdiff
path: root/src/mainview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainview.h')
-rw-r--r--src/mainview.h6
1 files changed, 3 insertions, 3 deletions
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<HistoryItem> m_recentlyClosedTabs;
- MainWindow *m_parentWindow;
+ MainWindow *const m_parentWindow;
};
#endif // MAINVIEW_H