2
0
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:
John Preston
2016-07-13 20:34:57 +03:00
parent fc716af002
commit cb0c99acc8
53 changed files with 419 additions and 274 deletions

View File

@@ -471,7 +471,7 @@ public:
return _about;
}
BotInfo *botInfo = nullptr;
std_::unique_ptr<BotInfo> botInfo;
QString restrictionReason() const override {
return _restrictionReason;