The ThreadProxyList class provides a sorted model for the chat.
More...
#include <thread_proxy_list.h>
|
bool | lessThan (const QModelIndex &left, const QModelIndex &right) const override |
| Returns true if the left item is less than the right item.
|
|
The ThreadProxyList class provides a sorted model for the chat.
◆ ThreadProxyList()
llm_chat::ThreadProxyList::ThreadProxyList |
( |
QObject * | parent = nullptr | ) |
|
|
explicit |
◆ lessThan()
bool llm_chat::ThreadProxyList::lessThan |
( |
const QModelIndex & | left, |
|
|
const QModelIndex & | right ) const |
|
nodiscardoverrideprotected |
Returns true if the left item is less than the right item.
- Parameters
-
left | The left model index. |
right | The right model index. |
- Returns
- True if the left item is less than the right item.
The documentation for this class was generated from the following files: