summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/recepientautocompletionmodel.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-02-06 08:44:50 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-02-06 08:44:50 +0100
commit96be258521ead8c361be5691904ee1654ced9d1b (patch)
treea14344284ff934d379db6158641320c001652658 /framework/src/domain/recepientautocompletionmodel.cpp
parent493ee57ca8ab38d0418362366e13e59625acb4e8 (diff)
downloadkube-96be258521ead8c361be5691904ee1654ced9d1b.tar.gz
kube-96be258521ead8c361be5691904ee1654ced9d1b.zip
Fixed warnings
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{