]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Remove a missing emit KEYWORD
authorMéven Car <meven29@gmail.com>
Sun, 14 Feb 2021 14:21:22 +0000 (15:21 +0100)
committerMéven Car <meven29@gmail.com>
Sun, 14 Feb 2021 14:21:22 +0000 (15:21 +0100)
NO_CHANGELOG

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
         }
     } else {
         // No error; it must have been unmounted successfully
-        emit storageTearDownSuccessful();
+        Q_EMIT storageTearDownSuccessful();
     }
     disconnect(m_deviceToTearDown, &Solid::StorageAccess::teardownDone,
                this, &PlacesItemModel::slotStorageTearDownDone);
     }
     disconnect(m_deviceToTearDown, &Solid::StorageAccess::teardownDone,
                this, &PlacesItemModel::slotStorageTearDownDone);