diff options
| author | Peter Penz <[email protected]> | 2009-03-19 07:23:41 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-03-19 07:23:41 +0000 |
| commit | abc9b188165c290addf1a30a588eb874df999578 (patch) | |
| tree | 683b1bbe69477bd0c2d969d52d6d846a22ac7c97 /src/dolphinmainwindow.h | |
| parent | 9a810d4df0480bc4de618b4722646e262db4d8cb (diff) | |
Fixed issue that tabs are not remembered when restoring a session. Thanks a lot to Rahman Duran for the patch!
BUG: 181227
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=941226
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
