Fix compilation error

Authored by kfunk on May 22 2018, 9:16 AM.

Description

Fix compilation error

Problem was:
.../akonadi/src/private/protocol.cpp:546:36: error: use of overloaded operator '<<' is ambiguous (with operand types 'QTextStream' and 'const Akonadi::Protocol::ItemFetchScope::AncestorDepth')

<< "\"AncestorDepth\":" << mAncestorDepth << ","
~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~

CCMAIL: sknauss@kde.org

Details

Committed
kfunkMay 22 2018, 9:16 AM
Parents
R165:fb41a8b3b24f: Use qAsConst for serializeProperties to not detach.
Branches
Unknown
Tags
Unknown