Skip to content

Commit

Permalink
[buteo-sync-plugin-carddav] Don't use custom qtcontacts-sqlite extens…
Browse files Browse the repository at this point in the history
…ion values that already exist in latest QtPim. Contributes to JB#50552
  • Loading branch information
Bea Lam authored and Chris Adams committed Sep 24, 2020
1 parent fca9a0f commit 43c918b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/replyparser/tst_replyparser.cpp
Expand Up @@ -54,7 +54,7 @@ QContact removeIgnorableFields(const QContact &c)
QList<QContactDetail> cdets = c.details();
foreach (const QContactDetail &det, cdets) {
QContactDetail d = det;
d.removeValue(QContactDetail__FieldProvenance);
d.removeValue(QContactDetail::FieldProvenance);
d.removeValue(QContactDetail__FieldModifiable);
d.removeValue(QContactDetail__FieldNonexportable);
ret.saveDetail(&d);
Expand Down

0 comments on commit 43c918b

Please sign in to comment.