X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/c733b3aa9787a618a0ce5bb03b3fc731f5663b21..edced8460b:/src/dolphinmainwindow.h diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index faf428c03..29ab6326d 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, @@ -646,6 +649,9 @@ private: KToolBarPopupAction* m_backAction; KToolBarPopupAction* m_forwardAction; + /** Makes sure that only one object is ever connected to the history. */ + QMetaObject::Connection m_updateHistoryConnection; + QMenu m_searchTools; };