Skip to content
  • Volker Krause's avatar
    Fix statistics proxy model unit test with Qt6 · 1f2234ec
    Volker Krause authored
    Qt6 automatically registers comparison operators for meta types, so
    QStandardItemModel's value change check in setData() now also works for
    Akonadi::Collection. The comparison operator of that however only checks
    if two instances refer to the same collection, not whether they are also
    identical in all their content.
    
    Work around that by setting a different collection first.
    1f2234ec