21 #ifndef LIBRARYSEARCHMODE_H
22 #define LIBRARYSEARCHMODE_H
40 CaseInsensitve = (1<<0),
41 NoSpecialChars = (1<<1),
42 NoDiacriticChars = (1<<2),
43 SearchModeMaskSize = (1<<3)
46 using SearchModeMask = int;
Definition: EngineUtils.h:33
SearchMode
The SearchMode enum.
Definition: SearchMode.h:38
QString convertSearchstring(const QString &str, SearchModeMask mode, const QList< QChar > &ignored_chars)
Converts a user entered string into a cis-representation. For example, diacrytic chars are replaced b...
An interface class needed when implementing a library plugin.
Definition: LocalLibraryWatcher.h:31