mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
some template send improvements
This commit is contained in:
@@ -213,9 +213,9 @@ public:
|
||||
void showBackFromStack();
|
||||
QRect historyRect() const;
|
||||
|
||||
void confirmShareContact(const QString &phone, const QString &fname, const QString &lname);
|
||||
void confirmSendImage(const ReadyLocalMedia &img);
|
||||
void confirmSendImageUncompressed();
|
||||
void confirmShareContact(bool ctrlShiftEnter, const QString &phone, const QString &fname, const QString &lname);
|
||||
void confirmSendImage(bool ctrlShiftEnter, const ReadyLocalMedia &img);
|
||||
void confirmSendImageUncompressed(bool ctrlShiftEnter);
|
||||
void cancelSendImage();
|
||||
|
||||
void destroyData();
|
||||
|
Reference in New Issue
Block a user