]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Fix another stale comment
authorElvis Angelaccio <elvis.angelaccio@kde.org>
Sun, 7 Oct 2018 18:02:07 +0000 (20:02 +0200)
committerElvis Angelaccio <elvis.angelaccio@kde.org>
Sun, 7 Oct 2018 18:03:41 +0000 (20:03 +0200)
PlacesItemModel::updateBookmarks() is gone since commit da6f8fe0862585287.

src/tests/placesitemmodeltest.cpp

index 545bba89c7aba26d78dff61f1cd9f12c799e0e26..5b6e763d0d9e3fa0e1212b1ee5850b47ed1612b3 100644 (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);
 }