From: Méven Car Date: Sun, 14 Feb 2021 14:21:22 +0000 (+0100) Subject: Remove a missing emit KEYWORD X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/61a4ae4d3f43c88cfabba107914cc1cb7354d2ee?ds=sidebyside Remove a missing emit KEYWORD NO_CHANGELOG --- diff --git a/src/panels/places/placesitemmodel.cpp b/src/panels/places/placesitemmodel.cpp index 8ac6b46a8..3da6f7e1f 100644 --- a/src/panels/places/placesitemmodel.cpp +++ b/src/panels/places/placesitemmodel.cpp @@ -475,7 +475,7 @@ void PlacesItemModel::slotStorageTearDownDone(Solid::ErrorType error, const QVar } } else { // No error; it must have been unmounted successfully - emit storageTearDownSuccessful(); + Q_EMIT storageTearDownSuccessful(); } disconnect(m_deviceToTearDown, &Solid::StorageAccess::teardownDone, this, &PlacesItemModel::slotStorageTearDownDone);