X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/b6fc58c3c32b03f504a5f697b62c4834dc3f650a..edced8460b:/src/dolphinmainwindow.h diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 251f50d8d..29ab6326d 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -65,19 +65,12 @@ public: * having a split view setup, the nonactive view * is usually shown in darker colors. */ - DolphinViewContainer *activeViewContainer() const; + DolphinViewContainer* activeViewContainer() const; /** - * Returns the active view containers of all tabs. - * @see activeViewContainer() - * Use viewContainers() to also include the inactive ones. + * Returns view container for all tabs */ - QVector activeViewContainers() const; - - /** - * Returns all view containers. - */ - QVector viewContainers() const; + QVector viewContainers() const; /** * Opens each directory in \p dirs in a separate tab. If \a splitView is set, @@ -312,12 +305,6 @@ private slots: void showFilterBar(); - /** - * Toggle between either using an UrlNavigator in the toolbar or the - * ones in the location bar for navigating. - */ - void toggleLocationInToolbar(); - /** * Toggles between edit and browse mode of the navigation bar. */ @@ -662,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; };