diff options
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 2eb282af5..fa02f0821 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -391,7 +391,8 @@ private: struct ViewTab { - ViewTab() : primaryView(0), secondaryView(0), splitter(0) {} + ViewTab() : isPrimaryViewActive(true), primaryView(0), secondaryView(0), splitter(0) {} + bool isPrimaryViewActive; DolphinViewContainer* primaryView; DolphinViewContainer* secondaryView; QSplitter* splitter; |
