From 8dc2d79ffbffadeb24d70bfd00484fde5cfd3abc Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Tue, 28 Mar 2017 10:45:09 +0200 Subject: [PATCH] fix(src/components/chat/ChatProxyModel): coding style --- linphone-desktop/src/components/chat/ChatProxyModel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linphone-desktop/src/components/chat/ChatProxyModel.cpp b/linphone-desktop/src/components/chat/ChatProxyModel.cpp index 7d44cd6c3..ebe74ba0d 100644 --- a/linphone-desktop/src/components/chat/ChatProxyModel.cpp +++ b/linphone-desktop/src/components/chat/ChatProxyModel.cpp @@ -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);