![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qrcreader.h"
#include "fmt.h"
#include <QtCore/qcoreapplication.h>
#include <QtCore/qfileinfo.h>
#include <QtCore/qxmlstream.h>
Go to the source code of this file.
Functions | |
bool | isSupportedExtension (const QString &ext) |
ReadQrcResult | readQrcFile (const QString &resourceFile, const QString &content) |
bool isSupportedExtension | ( | const QString & | ext | ) |
Definition at line 13 of file qrcreader.cpp.
ReadQrcResult readQrcFile | ( | const QString & | resourceFile, |
const QString & | content ) |
Definition at line 18 of file qrcreader.cpp.