diff options
| author | Elvis Angelaccio <[email protected]> | 2018-10-13 12:06:21 +0200 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2018-10-13 12:09:32 +0200 |
| commit | c527dc217234e6a2dba4d9ee08945c17b9a215bd (patch) | |
| tree | ec08d906af40d93d8b91dec722d5d4a16ad88e7e /src/panels/places/placesitemmodel.h | |
| parent | c9dd3478be21bc8a4bbd6102b1d66997df180d5f (diff) | |
[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.
Diffstat (limited to 'src/panels/places/placesitemmodel.h')
| -rw-r--r-- | src/panels/places/placesitemmodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
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<int> &roles = QVector<int>()); protected: void onItemInserted(int index) override; |
