2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Allow multiple items selection in HistoryView.

This commit is contained in:
John Preston
2018-01-26 18:40:11 +03:00
parent 2aa477176c
commit 63c1212ef1
42 changed files with 1402 additions and 537 deletions

View File

@@ -168,7 +168,6 @@ public:
void showForwardLayer(MessageIdsList &&items);
void showSendPathsLayer();
void deleteLayer(MessageIdsList &&items);
void deleteLayer(FullMsgId itemId);
void cancelUploadLayer(not_null<HistoryItem*> item);
void shareUrlLayer(const QString &url, const QString &text);
@@ -221,10 +220,6 @@ public:
bool sendMessageFail(const RPCError &error);
void forwardSelectedItems();
void confirmDeleteSelectedItems();
void clearSelectedItems();
Dialogs::IndexedList *contactsList();
Dialogs::IndexedList *dialogsList();
Dialogs::IndexedList *contactsNoDialogsList();