┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElvis Angelaccio <[email protected]>2018-10-07 20:02:07 +0200
committerElvis Angelaccio <[email protected]>2018-10-07 20:03:41 +0200
commit4c40ad45efe5de561323e8fa6df2ab59d8f10988 (patch)
tree0d43f3ff7d7735a04995518ce97a58207d90d914
parent7904ae417af2b7b59ee54a9f875191e9e4802492 (diff)
Fix another stale comment
PlacesItemModel::updateBookmarks() is gone since commit da6f8fe0862585287.
-rw-r--r--src/tests/placesitemmodeltest.cpp2
1 files changed, 1 insertions, 1 deletions
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<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);
}