]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/panels/places/placesitemmodel.cpp
Remove a missing emit KEYWORD
[dolphin.git] / src / panels / places / placesitemmodel.cpp
index 8ac6b46a853622ff67abc2987282c952f2f4e755..3da6f7e1f88595723006b485b0d31ca6de765e27 100644 (file)
@@ -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);