From 2b6cceb0f6a46c47ad55f36379e38cb143f28d36 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 19 Nov 2009 19:38:34 +0000 Subject: Provide clickable resources for the Information Panel. Thanks to Sebastian Trüg für the patch! MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CCMAIL: trueg@kde.org svn path=/trunk/KDE/kdebase/apps/; revision=1051553 --- src/dolphinviewcontainer.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/dolphinviewcontainer.h') diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index 8dc4b0443..0f2ab9aad 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -68,15 +68,6 @@ public: virtual ~DolphinViewContainer(); - /** - * Sets the current active URL, where all actions are applied. The - * URL navigator is synchronized with this URL. The signals - * KUrlNavigator::urlChanged() and KUrlNavigator::historyChanged() - * are emitted. - * @see DolphinViewContainer::urlNavigator() - */ - void setUrl(const KUrl& url); - /** * Returns the current active URL, where all actions are applied. * The URL navigator is synchronized with this URL. @@ -114,6 +105,15 @@ public: bool isFilterBarVisible() const; public slots: + /** + * Sets the current active URL, where all actions are applied. The + * URL navigator is synchronized with this URL. The signals + * KUrlNavigator::urlChanged() and KUrlNavigator::historyChanged() + * are emitted. + * @see DolphinViewContainer::urlNavigator() + */ + void setUrl(const KUrl& url); + /** * Popups the filter bar above the status bar if \a show is true. */ @@ -125,7 +125,7 @@ signals: */ void showFilterBarChanged(bool shown); -private slots: +private slots: /** * Updates the number of items (= number of files + number of * directories) in the statusbar. If files are selected, the number -- cgit v1.3