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.h File Reference

(0f092219165ecd5751ef73cb939364134a0319ee)

#include <QtCore/qstring.h>
#include <QtCore/qstringlist.h>
+ Include dependency graph for qrcreader.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ReadQrcResult
 

Functions

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

Function Documentation

◆ isSupportedExtension()

bool isSupportedExtension ( const QString & ext)

Definition at line 11 of file qrcreader.cpp.

◆ readQrcFile()

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

Definition at line 18 of file qrcreader.cpp.