From 61a4ae4d3f43c88cfabba107914cc1cb7354d2ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9ven=20Car?= Date: Sun, 14 Feb 2021 15:21:22 +0100 Subject: [PATCH] Remove a missing emit KEYWORD NO_CHANGELOG --- src/panels/places/placesitemmodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/places/placesitemmodel.cpp b/src/panels/places/placesitemmodel.cpp index 8ac6b46a85..3da6f7e1f8 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);