diff options
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 251f50d8d..173e017c9 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -69,17 +69,10 @@ public: /** * Returns the active view containers of all tabs. - * @see activeViewContainer() - * Use viewContainers() to also include the inactive ones. */ QVector<DolphinViewContainer *> activeViewContainers() const; /** - * Returns all view containers. - */ - QVector<DolphinViewContainer *> viewContainers() const; - - /** * Opens each directory in \p dirs in a separate tab. If \a splitView is set, * 2 directories are collected within one tab. * \pre \a dirs must contain at least one url. @@ -313,12 +306,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. */ void toggleEditLocation(); @@ -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; }; |
