MCPcopy Create free account
hub / github.com/IENT/YUView / setErrorB

Method setErrorB

YUViewLib/src/decoder/decoderBase.h:166–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 errorString = reason;
165 }
166 bool setErrorB(const QString &reason)
167 {
168 setError(reason);
169 return false;
170 }
171 QString errorString{};
172
173 // If set, fill it (if possible). The playlistItem has ownership of this.

Callers 2

decodeFrameMethod · 0.80
createDecoderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected