_ZN4QDir21nameFiltersFromStringERK7QString

Name

QDir::nameFiltersFromString -- retrieve a list of name filters from the given

Synopsis

#include <QtCore/qdir.h>

static QStringList QDir::nameFiltersFromString (const QString &nameFilter);

Description

The QDir::nameFiltersFromString() function shall return a list of name filters from the given string nameFilter.

If there is more than one filter in the string, then each pair of filters should be separated by a space or by a semicolon.

This function is not intended to be used by applications directly, but may appear among application dependencies as a result of usage of other functions and macros.