mirror of
https://github.com/vale981/tdesktop
synced 2025-03-05 09:41:41 -05:00
Version 1.5.4: Fix build in Xcode.
This commit is contained in:
parent
68a313a58f
commit
12905f0dcb
2 changed files with 2 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue