mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-13 02:05:19 +02:00
typo
This commit is contained in:
parent
a44054f9db
commit
a52c79c378
1 changed files with 2 additions and 2 deletions
|
@ -383,9 +383,9 @@ ImageReader::ImageReader(const QWeakPointer<Resource>& texture, TextureType type
|
|||
_content(content) {
|
||||
}
|
||||
|
||||
std::once_flag onceListSuppoertedFormatsflag;
|
||||
std::once_flag onceListSupportedFormatsflag;
|
||||
void listSupportedImageFormats() {
|
||||
std::call_once(onceListSuppoertedFormatsflag, [](){
|
||||
std::call_once(onceListSupportedFormatsflag, [](){
|
||||
auto supportedFormats = QImageReader::supportedImageFormats();
|
||||
QString formats;
|
||||
foreach(const QByteArray& f, supportedFormats) {
|
||||
|
|
Loading…
Reference in a new issue