fix(src/components/chat/ChatProxyModel): coding style

This commit is contained in:
Ronan Abhamon 2017-03-28 10:45:09 +02:00
parent 260e8e39d0
commit 8dc2d79ffb

View file

@ -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);