From 3aa13c7a247af8959c87121ad142662440300a13 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Mon, 1 Nov 2010 12:31:44 +0000 Subject: Assure that always the search-box is shown instead of the URL-navigator if a Nepomuk-URL is requested. We still have to think about how to show queries that cannot be represented by the facet-widget, but at least it is sure that this kind of information should not be shown by the URL navigator. svn path=/trunk/KDE/kdebase/apps/; revision=1191912 --- src/dolphinviewcontainer.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/dolphinviewcontainer.h') diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index a34ac1976..417aa27c9 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -247,6 +247,9 @@ private slots: void closeSearchBox(); private: + /** + * @return True if the URL protocol is a search URL (e. g. nepomuksearch:// or filenamesearch://). + */ bool isSearchUrl(const KUrl& url) const; private: -- cgit v1.3