From: Elvis Angelaccio Date: Sun, 7 Oct 2018 18:02:07 +0000 (+0200) Subject: Fix another stale comment X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/4c40ad45efe5de561323e8fa6df2ab59d8f10988 Fix another stale comment PlacesItemModel::updateBookmarks() is gone since commit da6f8fe0862585287. --- diff --git a/src/tests/placesitemmodeltest.cpp b/src/tests/placesitemmodeltest.cpp index 545bba89c..5b6e763d0 100644 --- a/src/tests/placesitemmodeltest.cpp +++ b/src/tests/placesitemmodeltest.cpp @@ -235,7 +235,7 @@ QMimeData *PlacesItemModelTest::createMimeData(const QList &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); }