MCPcopy Create free account
hub / github.com/Faster3ck/Converseen / nativeReadableFormats

Method nativeReadableFormats

src/formats.cpp:122–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122QStringList Formats::nativeReadableFormats()
123{
124 QList<QByteArray> nativeRFormats = QImageWriter::supportedImageFormats();
125
126 QStringList listNativeFormats;
127
128 foreach(QByteArray format, nativeRFormats) {
129 listNativeFormats.append(*new QString(format));
130 }
131
132 return listNativeFormats;
133}
134
135bool Formats::isNativeReadable(QString fileName)
136{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected