diff options
| author | Peter Penz <[email protected]> | 2008-12-12 20:30:23 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-12-12 20:30:23 +0000 |
| commit | 3b4e44d6da4e63d6828799ce60df3f7de64a21ae (patch) | |
| tree | bef95bf1ec77a41b0ad385d7b8277b48db36ae88 /src/dolphinmainwindow.h | |
| parent | 37c5fc08133ff32941c7215c71084d6cdb7c6c6a (diff) | |
if "split view" is used as startup setting, also open new tabs in the split view mode
BUG: 176980
svn path=/trunk/KDE/kdebase/apps/; revision=896206
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index e09b00508..8ec61d764 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -398,6 +398,8 @@ private: bool isKompareInstalled() const; + void createSecondaryView(int tabIndex); + private: /** * Implements a custom error handling for the undo manager. This |
