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
qqmljsresourcefilemapper.cpp File Reference

(2e4c66160f0cfbc76b0154d8b989f8931b1963bf)

#include "qqmljsresourcefilemapper_p.h"
#include <QFileInfo>
#include <QDir>
#include <QXmlStreamReader>
Include dependency graph for qqmljsresourcefilemapper.cpp:

Go to the source code of this file.

Functions

static bool hasSuffix (const QString &qrcPath, const QStringList &suffixes)
template<typename HandleMatch>
void doFilter (const QList< QQmlJSResourceFileMapper::Entry > &qrcPathToFileSystemPath, const QQmlJSResourceFileMapper::Filter &filter, const HandleMatch &handler)

Function Documentation

◆ doFilter()

template<typename HandleMatch>
void doFilter ( const QList< QQmlJSResourceFileMapper::Entry > & qrcPathToFileSystemPath,
const QQmlJSResourceFileMapper::Filter & filter,
const HandleMatch & handler )

Definition at line 82 of file qqmljsresourcefilemapper.cpp.

◆ hasSuffix()

bool hasSuffix ( const QString & qrcPath,
const QStringList & suffixes )
static

Definition at line 73 of file qqmljsresourcefilemapper.cpp.