2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-03 08:05:12 +00:00

moved to qt 5.3.1, fixed bitmap unpack bug in qt

This commit is contained in:
John Preston
2014-07-08 10:36:58 +04:00
parent 4e763dcb26
commit a810fe258a
20 changed files with 1229 additions and 240 deletions

View File

@@ -100,7 +100,7 @@ void LocalImageLoaderPrivate::prepareImages() {
}
} else {
type = ToPreparePhoto; // only photo from QImage
filename = qsl("Photo.jpg");
filename = qsl("Untitled.jpg");
filesize = 0;
}