mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-05 00:46:08 +00:00
@@ -755,7 +755,9 @@ QImage Image::original() const {
|
||||
return _data;
|
||||
}
|
||||
|
||||
void Image::automaticLoad(Data::FileOrigin origin, const HistoryItem *item) {
|
||||
void Image::automaticLoad(
|
||||
Data::FileOrigin origin,
|
||||
const HistoryItem *item) {
|
||||
if (!loaded()) {
|
||||
_source->automaticLoad(origin, item);
|
||||
}
|
||||
|
Reference in New Issue
Block a user