diff options
| author | Peter Penz <[email protected]> | 2009-11-19 19:38:34 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-11-19 19:38:34 +0000 |
| commit | 2b6cceb0f6a46c47ad55f36379e38cb143f28d36 (patch) | |
| tree | b44bbd50bbaf676077dfd7a22a666bfeee77c8c8 /src/dolphinviewcontainer.h | |
| parent | f2c315a147ff4ec9c76e28e0636a02f81fba9548 (diff) | |
Provide clickable resources for the Information Panel. Thanks to Sebastian Trüg für the patch!
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=1051553
Diffstat (limited to 'src/dolphinviewcontainer.h')
| -rw-r--r-- | src/dolphinviewcontainer.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index 8dc4b0443..0f2ab9aad 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -69,15 +69,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. */ @@ -115,6 +106,15 @@ public: 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. */ void showFilterBar(bool show); @@ -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 |
