mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Seek done in video player in MediaView. Some memory leaks fixed.
Using pixmapFromImageInPlace() instead of QPixmap::fromImage().
This commit is contained in:
@@ -471,7 +471,7 @@ public:
|
||||
return _about;
|
||||
}
|
||||
|
||||
BotInfo *botInfo = nullptr;
|
||||
std_::unique_ptr<BotInfo> botInfo;
|
||||
|
||||
QString restrictionReason() const override {
|
||||
return _restrictionReason;
|
||||
|
Reference in New Issue
Block a user