mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-20 21:28:07 +00:00
fix(src/components/chat/ChatProxyModel): coding style
This commit is contained in:
parent
260e8e39d0
commit
8dc2d79ffb
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ private:
|
|||
|
||||
// =============================================================================
|
||||
|
||||
const int ChatProxyModel::ENTRIES_CHUNK_SIZE = 50;
|
||||
const int ChatProxyModel::ENTRIES_CHUNK_SIZE = 50;
|
||||
|
||||
ChatProxyModel::ChatProxyModel (QObject *parent) : QSortFilterProxyModel(parent) {
|
||||
m_chat_model_filter = new ChatModelFilter(this);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue