From abc9b188165c290addf1a30a588eb874df999578 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 19 Mar 2009 07:23:41 +0000 Subject: Fixed issue that tabs are not remembered when restoring a session. Thanks a lot to Rahman Duran for the patch! BUG: 181227 CCMAIL: rahman.duran@gmail.com svn path=/trunk/KDE/kdebase/apps/; revision=941226 --- src/dolphinmainwindow.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/dolphinmainwindow.h') diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 2b5b00515..35fc57db4 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -418,6 +418,13 @@ private: void createSecondaryView(int tabIndex); + /** + * Helper method for saveProperties() and readProperties(): Returns + * the property string for a tab with the index \a tabIndex and + * the property \a property. + */ + QString tabProperty(const QString& property, int tabIndex) const; + private: /** * Implements a custom error handling for the undo manager. This -- cgit v1.3.1