Obsolete Members for Baloo::IndexerConfig
The following members of class IndexerConfig are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.
Public Functions
(deprecated in 6.22) void | refresh() const |
(deprecated in 6.22) bool | shouldBeIndexed(const QString &path) const |
Member Function Documentation
[deprecated in 6.22] void IndexerConfig::refresh() const
This function is deprecated since 6.22. We strongly advise against using it in new code.
[deprecated in 6.22] bool IndexerConfig::shouldBeIndexed(const QString &path) const
This function is deprecated since 6.22. We strongly advise against using it in new code.
Use Baloo::File to know if a file has been indexed. Use Baloo::IndexerConfig::canBeSearched if a path contains indexed files.
See also Baloo::File, Baloo::IndexerConfig:, and :.