summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/recepientautocompletionmodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/domain/recepientautocompletionmodel.cpp')
-rw-r--r--framework/src/domain/recepientautocompletionmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/src/domain/recepientautocompletionmodel.cpp b/framework/src/domain/recepientautocompletionmodel.cpp
index c1bcb292..0fa7c0ac 100644
--- a/framework/src/domain/recepientautocompletionmodel.cpp
+++ b/framework/src/domain/recepientautocompletionmodel.cpp
@@ -30,7 +30,7 @@
30using namespace Sink::ApplicationDomain; 30using namespace Sink::ApplicationDomain;
31 31
32RecipientAutocompletionModel::RecipientAutocompletionModel(QObject *parent) 32RecipientAutocompletionModel::RecipientAutocompletionModel(QObject *parent)
33 : QSortFilterProxyModel(), 33 : QSortFilterProxyModel(parent),
34 mSourceModel(new QStandardItemModel), 34 mSourceModel(new QStandardItemModel),
35 mTimer(new QTimer) 35 mTimer(new QTimer)
36{ 36{