X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/aa0b09dac43ec2a58bd32a1e08d59acd35bd86aa..148282e2d856b47ceb191eeef4c834118c8cdffd:/src/dolphinviewcontainer.h diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index 7c81384d2..1c6f8a6bc 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -104,6 +104,11 @@ public: const DolphinView* view() const; DolphinView* view(); + + /** + * Refreshes the view container to get synchronized with the (updated) Dolphin settings. + */ + void refresh(); /** Returns true, if the filter bar is visible. */ bool isFilterBarVisible() const; @@ -207,19 +212,13 @@ private slots: * above the destination \a destination. */ void dropUrls(const KUrl& destination, QDropEvent* event); - -private: - /** - * Returns the default text of the status bar, if no item is - * selected. - */ - QString defaultStatusBarText() const; - + /** - * Returns the text for the status bar, if at least one item - * is selected. + * Is invoked when a redirection is done and changes the + * URL of the URL navigator to \a newUrl without triggering + * a reloading of the directory. */ - QString selectionStatusBarText() const; + void redirect(const KUrl& oldUrl, const KUrl& newUrl); private: bool m_showProgress;