Skip to content
  • Milian Wolff's avatar
    Restructure code to minimize temporary allocations. · ba9ac17e
    Milian Wolff authored
    In EntityMimeTypeFilterModel::filterAcceptsRow, we can check the
    mimetype first, before checking whether the item has a payload.
    The latter requires a temporary data allocation inside QVariant
    for the Akonadi::Item, whereas the former can leverage the optimized
    QVariant code for QString, which is faster.
    
    REVIEW: 121407
    ba9ac17e