From b0ef8fdaa1f36f144980f9df30707deb7a076403 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 19 Feb 2010 12:27:01 +0100 Subject: Save memory. One tabBar pointer less for each mainwindow --- 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 ace9d941..061ad1aa 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -69,8 +69,6 @@ public: MainView(MainWindow *parent); ~MainView(); -public: - UrlBar *urlBar() const; WebTab *webTab(int index) const; @@ -168,8 +166,10 @@ private: */ QLabel *animatedLoading(int index, bool addMovie); + +// -------------------------------------------------------------------------- + UrlBar *m_urlBar; - TabBar *m_tabBar; QString m_loadingGitPath; -- cgit v1.2.1