Fix another stale comment

PlacesItemModel::updateBookmarks() is gone since commit da6f8fe086.
This commit is contained in:
Elvis Angelaccio 2018-10-07 20:02:07 +02:00
parent 7904ae417a
commit 4c40ad45ef

View file

@ -235,7 +235,7 @@ QMimeData *PlacesItemModelTest::createMimeData(const QList<int> &indexes) const
void PlacesItemModelTest::init()
{
m_model = new PlacesItemModel();
// WORKAROUND: need to wait for bookmark to load, check: PlacesItemModel::updateBookmarks
// WORKAROUND: need to wait for bookmark to load
QTest::qWait(300);
QCOMPARE(m_model->count(), m_expectedModelCount);
}