Merge remote-tracking branch 'origin/Applications/19.08'

wilder
David Faure 7 years ago
commit e27e9428c5
  1. 2
      agents/unifiedmailboxagent/utils.h

@ -53,6 +53,7 @@ inline QSet<T> listToSet(QList<T> &&list)
return rv;
}
#if QT_VERSION < QT_VERSION_CHECK(5, 14, 0)
namespace std {
template<>
struct hash<QString> {
@ -62,5 +63,6 @@ struct hash<QString> {
}
};
}
#endif
#endif

Loading…
Cancel
Save