summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/peoplemodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/domain/peoplemodel.cpp')
-rw-r--r--framework/src/domain/peoplemodel.cpp2
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
25PeopleModel::PeopleModel(QObject *parent) 25PeopleModel::PeopleModel(QObject *parent)
26 : QSortFilterProxyModel() 26 : QSortFilterProxyModel(parent)
27{ 27{
28 using namespace Sink::ApplicationDomain; 28 using namespace Sink::ApplicationDomain;
29 29