diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-14 17:06:02 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-14 17:06:02 +0100 |
commit | 697dd63b1d3ca65fa69e2bc4053161a408fa81bf (patch) | |
tree | 9bd85884afd292b3e18143f4ea68b68dda3986b0 /framework/domain/identitiesmodel.cpp | |
parent | d84e9cd2f8da9cfd5af558ba002de1ceeb328ab3 (diff) | |
download | kube-697dd63b1d3ca65fa69e2bc4053161a408fa81bf.tar.gz kube-697dd63b1d3ca65fa69e2bc4053161a408fa81bf.zip |
Adapt to api changes
Diffstat (limited to 'framework/domain/identitiesmodel.cpp')
-rw-r--r-- | framework/domain/identitiesmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/domain/identitiesmodel.cpp b/framework/domain/identitiesmodel.cpp index 1958d2f5..8f5c4963 100644 --- a/framework/domain/identitiesmodel.cpp +++ b/framework/domain/identitiesmodel.cpp | |||
@@ -22,7 +22,7 @@ | |||
22 | IdentitiesModel::IdentitiesModel(QObject *parent) : QIdentityProxyModel() | 22 | IdentitiesModel::IdentitiesModel(QObject *parent) : QIdentityProxyModel() |
23 | { | 23 | { |
24 | Sink::Query query; | 24 | Sink::Query query; |
25 | query.liveQuery = true; | 25 | query.setFlags(Sink::Query::LiveQuery); |
26 | query.requestedProperties << "name" << "username" << "address" << "account"; | 26 | query.requestedProperties << "name" << "username" << "address" << "account"; |
27 | runQuery(query); | 27 | runQuery(query); |
28 | } | 28 | } |