Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
Config::InternalFilePatterns Struct Reference

#include <config.h>

Collaboration diagram for Config::InternalFilePatterns:

Public Attributes

QSet< QStringexactMatches
QList< QRegularExpressionglobPatterns
QList< QRegularExpressionregexPatterns

Detailed Description

Definition at line 197 of file config.h.

Member Data Documentation

◆ exactMatches

QSet<QString> Config::InternalFilePatterns::exactMatches

Definition at line 198 of file config.h.

◆ globPatterns

QList<QRegularExpression> Config::InternalFilePatterns::globPatterns

Definition at line 199 of file config.h.

◆ regexPatterns

QList<QRegularExpression> Config::InternalFilePatterns::regexPatterns

Definition at line 200 of file config.h.


The documentation for this struct was generated from the following file: