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

(eb3c0c85491a6d56a416080693dd681b4469a3a0)

#include "qrcreader.h"
#include "fmt.h"
#include <QtCore/qcoreapplication.h>
#include <QtCore/qfileinfo.h>
#include <QtCore/qxmlstream.h>
Include dependency graph for qrcreader.cpp:

Go to the source code of this file.

Functions

QT_BEGIN_NAMESPACE bool isSupportedExtension (const QString &ext)
ReadQrcResult readQrcFile (const QString &resourceFile, const QString &content)

Function Documentation

◆ isSupportedExtension()

QT_BEGIN_NAMESPACE bool isSupportedExtension ( const QString & ext)

Definition at line 15 of file qrcreader.cpp.

◆ readQrcFile()

ReadQrcResult readQrcFile ( const QString & resourceFile,
const QString & content )

Definition at line 20 of file qrcreader.cpp.