Reimplement normal emoji completion

BUG: 460632
This commit is contained in:
Tobias Fella
2022-11-26 02:41:50 +01:00
parent f27b64edef
commit dd0300d025
10 changed files with 40 additions and 13 deletions

View File

@@ -5,6 +5,8 @@
#include <QSortFilterProxyModel>
#include <KConcatenateRowsProxyModel>
#include "chatdocumenthandler.h"
class CompletionProxyModel;
@@ -64,4 +66,5 @@ private:
UserListModel *m_userListModel;
RoomListModel *m_roomListModel;
KConcatenateRowsProxyModel *m_emojiModel;
};