We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6750272 commit 0461bbaCopy full SHA for 0461bba
src/bitmapskin.cpp
@@ -21,7 +21,7 @@ BitmapSkin::BitmapSkin(libscratchcpp::Costume *costume) :
21
22
{
23
QImageReader reader(&buffer);
24
- format = reader.format();
+ format = reader.format().toStdString().c_str();
25
}
26
27
buffer.close();
0 commit comments