diff options
Diffstat (limited to 'framework/src/domain/recepientautocompletionmodel.cpp')
-rw-r--r-- | framework/src/domain/recepientautocompletionmodel.cpp | 2 |
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 @@ | |||
30 | using namespace Sink::ApplicationDomain; | 30 | using namespace Sink::ApplicationDomain; |
31 | 31 | ||
32 | RecipientAutocompletionModel::RecipientAutocompletionModel(QObject *parent) | 32 | RecipientAutocompletionModel::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 | { |