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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user