]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/urlnavigator.cpp
Per default turn off the information panel and the tree view panel for the first...
[dolphin.git] / src / urlnavigator.cpp
index 1ac92474ea6046343448f5caeea581dc31db7883..e273e76cbbbf9c770f11e23f16d5d26245d7ced6 100644 (file)
@@ -69,6 +69,7 @@ UrlNavigator::UrlNavigator(const KUrl& url,
                            QWidget* parent) :
     QWidget(parent),
     m_active(true),
+    m_showHiddenFiles(false),
     m_historyIndex(0),
     m_layout(0),
     m_protocols(0),
@@ -231,6 +232,11 @@ void UrlNavigator::setActive(bool active)
     }
 }
 
+void UrlNavigator::setShowHiddenFiles( bool show )
+{
+    m_showHiddenFiles = show;
+}
+
 void UrlNavigator::dropUrls(const KUrl::List& urls,
                             const KUrl& destination)
 {