diff options
| author | Peter Penz <[email protected]> | 2010-11-01 12:31:44 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-11-01 12:31:44 +0000 |
| commit | 3aa13c7a247af8959c87121ad142662440300a13 (patch) | |
| tree | df6bd017da9f3399c5aebd6f14b459dd9b6d1951 /src/dolphinviewcontainer.h | |
| parent | 3cfbcbcf7ec3f8dda0b393f96c6ed845da0f9500 (diff) | |
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
Diffstat (limited to 'src/dolphinviewcontainer.h')
| -rw-r--r-- | src/dolphinviewcontainer.h | 3 |
1 files changed, 3 insertions, 0 deletions
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: |
