Merge remote-tracking branch 'origin/release/21.08'

wilder-portage
Laurent Montel 5 years ago
commit 7617be9b10
  1. 3
      autotests/favoritestest.cpp

@ -111,7 +111,8 @@ void FavoriteProxyTest::testReordering()
const QModelIndex firstRowIndex = orderProxy->index(0, 0);
QVERIFY(firstRowIndex.isValid());
QCOMPARE(firstRowIndex.data().toString(), QStringLiteral("res2"));
QVERIFY((orderProxy->flags(firstRowIndex) & Qt::ItemIsDropEnabled) == 0);
// we can drop emails
QVERIFY((orderProxy->flags(firstRowIndex) & Qt::ItemIsDropEnabled) != 0);
}
#include "favoritestest.moc"

Loading…
Cancel
Save