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:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user