2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 22:16:14 +00:00

drag-n-drop files to dialogs list

This commit is contained in:
John Preston
2015-06-26 12:07:59 +03:00
parent ddac19788f
commit d81d6bbeaa
9 changed files with 73 additions and 29 deletions

View File

@@ -257,6 +257,7 @@ public:
void onForward(const PeerId &peer, bool forwardSelected);
void onShareContact(const PeerId &peer, UserData *contact);
void onSendPaths(const PeerId &peer);
void onFilesDrop(const PeerId &peer, const QMimeData *data);
bool selectingPeer(bool withConfirm = false);
void offerPeer(PeerId peer);
void focusPeerSelect();