From 96be258521ead8c361be5691904ee1654ced9d1b Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 6 Feb 2018 08:44:50 +0100 Subject: Fixed warnings --- framework/src/domain/recepientautocompletionmodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/src/domain/recepientautocompletionmodel.cpp') 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 @@ using namespace Sink::ApplicationDomain; RecipientAutocompletionModel::RecipientAutocompletionModel(QObject *parent) - : QSortFilterProxyModel(), + : QSortFilterProxyModel(parent), mSourceModel(new QStandardItemModel), mTimer(new QTimer) { -- cgit v1.2.3