2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Get rid of osx and linux32 special targets

This commit is contained in:
Ilya Fedin
2021-08-11 06:27:26 +04:00
committed by John Preston
parent 1d2e34f5e9
commit 97262a99c7
48 changed files with 19 additions and 267 deletions

View File

@@ -735,9 +735,7 @@ bool readBackground() {
} else {
auto buffer = QBuffer(&imageData);
auto reader = QImageReader(&buffer);
#ifndef OS_MAC_OLD
reader.setAutoTransform(true);
#endif // OS_MAC_OLD
if (!reader.read(&image)) {
image = QImage();
}