Home
last modified time | relevance | path

Searched defs:hasAutoUpdate (Results 1 – 2 of 2) sorted by relevance

/dports/x11-fm/krusader2/krusader-2.7.2/krusader/FileSystem/
H A Ddefaultfilesystem.h65 bool hasAutoUpdate() const Q_DECL_OVERRIDE { return !_watcher.isNull(); } in hasAutoUpdate() function
H A Dfilesystem.h107 virtual bool hasAutoUpdate() const { return false; } in hasAutoUpdate() function