21 #ifndef LIBRARYSEARCHMODE_H 22 #define LIBRARYSEARCHMODE_H 36 CaseInsensitve = (1<<0),
37 NoSpecialChars = (1<<1),
38 NoDiacriticChars = (1<<2)
41 using SearchModeMask = int;
45 QString convert_search_string(
const QString& str, ::Library::SearchModeMask mode,
const QList<QChar>& ignored_chars=
QList<QChar>());
49 #endif // LIBRARYSEARCHMODE_H SearchMode
The SearchMode enum.
Definition: SearchMode.h:34
Helper functions.
Definition: FileUtils.h:30
An interface class needed when implementing a library plugin.
Definition: LibraryManager.h:36