3#include <QSortFilterProxyModel>
21 [[nodiscard]]
bool lessThan(
const QModelIndex &left,
22 const QModelIndex &right)
const override;
The ThreadProxyList class provides a sorted model for the chat.
Definition thread_proxy_list.h:8
bool lessThan(const QModelIndex &left, const QModelIndex &right) const override
Returns true if the left item is less than the right item.
Definition thread_proxy_list.cpp:16
ThreadProxyList(QObject *parent=nullptr)
Constructs a new ThreadProxyList object.
Definition thread_proxy_list.cpp:9
Definition backend.cpp:11