mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-01-10 08:51:12 +00:00
fixed warning, 0.9.18
This commit is contained in:
parent
afb40b8289
commit
47dee02de4
@ -484,7 +484,7 @@ public:
|
||||
, _frameDelay(0) {
|
||||
}
|
||||
|
||||
bool readNextFrame(QImage &to, bool &hasAlpha, const QSize &size) {
|
||||
bool readNextFrame() {
|
||||
if (_reader) _frameDelay = _reader->nextImageDelay();
|
||||
if (_framesLeft < 1 && !jumpToStart()) {
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user