diff options
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 |
