From bdb01c2c068df326f5a8328ed1492ab1bea388c5 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 20 Jan 2016 19:07:07 +0100 Subject: Renamed Akonadi2 to Sink (except for documentation). --- common/listmodelresult.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common/listmodelresult.h') diff --git a/common/listmodelresult.h b/common/listmodelresult.h index a095c2a..71a0d09 100644 --- a/common/listmodelresult.h +++ b/common/listmodelresult.h @@ -39,14 +39,14 @@ public: { } - ListModelResult(const QSharedPointer > &emitter, const QList &propertyColumns) + ListModelResult(const QSharedPointer > &emitter, const QList &propertyColumns) :QAbstractListModel(), mPropertyColumns(propertyColumns) { setEmitter(emitter); } - void setEmitter(const QSharedPointer > &emitter) + void setEmitter(const QSharedPointer > &emitter) { beginResetModel(); mEntities.clear(); @@ -118,7 +118,7 @@ public: } private: - QSharedPointer > mEmitter; + QSharedPointer > mEmitter; QMap mEntities; QList mPropertyColumns; }; -- cgit v1.2.3