mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
new photo viewer done, testing, added compressed checkbox in send-from-clipboard
This commit is contained in:
@@ -291,6 +291,7 @@ public:
|
||||
|
||||
void destroyData();
|
||||
void uploadImage(const QImage &img);
|
||||
void uploadConfirmImageUncompressed();
|
||||
void uploadMedias(const QStringList &files, ToPrepareMediaType type);
|
||||
void uploadMedia(const QByteArray &fileContent, ToPrepareMediaType type);
|
||||
void confirmSendImage(const ReadyLocalMedia &img);
|
||||
@@ -427,6 +428,7 @@ private:
|
||||
mtpRequestId loadingRequestId;
|
||||
|
||||
int64 serviceImageCacheSize;
|
||||
QImage confirmImage;
|
||||
PhotoId confirmImageId;
|
||||
|
||||
QString titlePeerText;
|
||||
|
Reference in New Issue
Block a user