From c527dc217234e6a2dba4d9ee08945c17b9a215bd Mon Sep 17 00:00:00 2001 From: Elvis Angelaccio Date: Sat, 13 Oct 2018 12:06:21 +0200 Subject: [PlacesItemModelTest] Try to use an event loop instead of an hardcoded timeout Increasing the timeout from 5 to 10 seconds didn't work. Let's see if an eventloop does the job. --- src/panels/places/placesitemmodel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/panels/places/placesitemmodel.h') diff --git a/src/panels/places/placesitemmodel.h b/src/panels/places/placesitemmodel.h index c4ff7e2dd..33760f217 100644 --- a/src/panels/places/placesitemmodel.h +++ b/src/panels/places/placesitemmodel.h @@ -145,6 +145,7 @@ signals: void storageSetupDone(int index, bool success); void storageTearDownRequested(const QString& mountPath); void storageTearDownExternallyRequested(const QString& mountPath); + void sourceModelDataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector &roles = QVector()); protected: void onItemInserted(int index) override; -- cgit v1.3