QStringList.contains

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool contains(const(QString) str, qt.core.namespace.CaseSensitivity cs)
    struct QStringList
    pragma(inline, true) const
    static if(QT_STRINGVIEW_LEVEL < 2)
    bool
    contains
  2. bool contains(QLatin1String str, qt.core.namespace.CaseSensitivity cs)
  3. bool contains(QStringView str, qt.core.namespace.CaseSensitivity cs)

Meta