diff options
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index faf428c03..a56215fa7 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -108,6 +108,9 @@ public: */ void setViewsWithInvalidPathsToHome(); + bool isFoldersPanelEnabled() const; + bool isInformationPanelEnabled() const; + public slots: /** * Opens each directory in \p dirs in a separate tab. If \a splitView is set, |
