summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/peoplemodel.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-04-09 12:43:19 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-04-09 12:43:19 +0200
commit19857144241d4169a0eb49737e7a61c481b9609d (patch)
tree017b93acea6390f9bdaf2ffd6161871f2ab87966 /framework/src/domain/peoplemodel.cpp
parentbb4be57d21a47f9d975edd2beb9578e0f54b83df (diff)
downloadkube-19857144241d4169a0eb49737e7a61c481b9609d.tar.gz
kube-19857144241d4169a0eb49737e7a61c481b9609d.zip
Fixed warnings
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 f52ac53f..e09b84a0 100644
--- a/framework/src/domain/peoplemodel.cpp
+++ b/framework/src/domain/peoplemodel.cpp
@@ -142,7 +142,7 @@ void PeopleModel::runQuery(const Sink::Query &query)
142 setSourceModel(mModel.data()); 142 setSourceModel(mModel.data());
143} 143}
144 144
145void PeopleModel::setAddressbook(const QVariant &parentFolder) 145void PeopleModel::setAddressbook(const QVariant &/*parentFolder*/)
146{ 146{
147 //TODO filter query by addressbook 147 //TODO filter query by addressbook
148 qWarning() << "The addressbook filter is not yet implemented"; 148 qWarning() << "The addressbook filter is not yet implemented";