diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-02-09 23:41:53 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-02-11 23:01:39 +0100 |
commit | 57fe704546267048fe3d4dcc441a9b76c0f4e55a (patch) | |
tree | a4da92937ddd49cb9725b79d26a1470cdcfe0a8a /framework/src/domain/peoplemodel.cpp | |
parent | 96be258521ead8c361be5691904ee1654ced9d1b (diff) | |
download | kube-57fe704546267048fe3d4dcc441a9b76c0f4e55a.tar.gz kube-57fe704546267048fe3d4dcc441a9b76c0f4e55a.zip |
Fixed warnings
Diffstat (limited to 'framework/src/domain/peoplemodel.cpp')
-rw-r--r-- | framework/src/domain/peoplemodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/src/domain/peoplemodel.cpp b/framework/src/domain/peoplemodel.cpp index 099c680a..108cab48 100644 --- a/framework/src/domain/peoplemodel.cpp +++ b/framework/src/domain/peoplemodel.cpp | |||
@@ -23,7 +23,7 @@ | |||
23 | #include <sink/store.h> | 23 | #include <sink/store.h> |
24 | 24 | ||
25 | PeopleModel::PeopleModel(QObject *parent) | 25 | PeopleModel::PeopleModel(QObject *parent) |
26 | : QSortFilterProxyModel() | 26 | : QSortFilterProxyModel(parent) |
27 | { | 27 | { |
28 | using namespace Sink::ApplicationDomain; | 28 | using namespace Sink::ApplicationDomain; |
29 | 29 | ||