From 9d24c28b4ba3ac62b698a53925f9747850959d63 Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Sat, 3 Mar 2007 03:07:04 +0000 Subject: respect the show hidden files settingin the url nav bar svn path=/trunk/KDE/kdebase/apps/; revision=638732 --- src/urlnavigator.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/urlnavigator.h') diff --git a/src/urlnavigator.h b/src/urlnavigator.h index 9482619d6..e3e22632c 100644 --- a/src/urlnavigator.h +++ b/src/urlnavigator.h @@ -168,6 +168,16 @@ public: */ bool isActive() const { return m_active; } + /** + * Sets whether or not to show hidden files in lists + */ + void setShowHiddenFiles( bool show ); + + /** + * Returns true if the URL navigator is set to show hidden files + */ + bool showHiddenFiles() { return m_showHiddenFiles; } + /** * Handles the dropping of the URLs \a urls to the given * destination \a destination and emits the signal urlsDropped. @@ -289,6 +299,7 @@ private: private: bool m_active; + bool m_showHiddenFiles; int m_historyIndex; QHBoxLayout* m_layout; -- cgit v1.3.1