Remove a missing emit KEYWORD

NO_CHANGELOG
This commit is contained in:
Méven Car 2021-02-14 15:21:22 +01:00
parent 39f5f1b530
commit 61a4ae4d3f

View 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);