mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-01-13 18:52:54 +00:00
Version 1.5.4: Fix build in Xcode.
This commit is contained in:
parent
68a313a58f
commit
12905f0dcb
@ -15,8 +15,8 @@ PhotoCropBox::PhotoCropBox(
|
||||
QWidget*,
|
||||
const QImage &img,
|
||||
const QString &title)
|
||||
: _img(img)
|
||||
, _title(title) {
|
||||
: _title(title)
|
||||
, _img(img) {
|
||||
}
|
||||
|
||||
void PhotoCropBox::prepare() {
|
||||
|
@ -37,7 +37,6 @@ private:
|
||||
QImage _img;
|
||||
QPixmap _thumb;
|
||||
QImage _mask, _fade;
|
||||
PeerId _peerId = 0;
|
||||
rpl::event_stream<QImage> _readyImages;
|
||||
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user