Skip to content

Commit

Permalink
Add COLLECTION_EXTENDEDMETADATA_KEY_READONLY to extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Bea Lam authored and Chris Adams committed Sep 16, 2020
1 parent 4d277d7 commit 38e3d97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/extensions/qtcontacts-extensions.h
Expand Up @@ -100,6 +100,7 @@ static const QString COLLECTION_EXTENDEDMETADATA_KEY_AGGREGABLE = QString::fromL
static const QString COLLECTION_EXTENDEDMETADATA_KEY_APPLICATIONNAME = QString::fromLatin1("ApplicationName");
static const QString COLLECTION_EXTENDEDMETADATA_KEY_ACCOUNTID = QString::fromLatin1("AccountId");
static const QString COLLECTION_EXTENDEDMETADATA_KEY_REMOTEPATH = QString::fromLatin1("RemotePath");
static const QString COLLECTION_EXTENDEDMETADATA_KEY_READONLY = QString::fromLatin1("ReadOnly");

QT_END_NAMESPACE_CONTACTS

Expand Down

0 comments on commit 38e3d97

Please sign in to comment.