diff options
| author | Méven Car <[email protected]> | 2021-02-14 15:21:22 +0100 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2021-02-14 15:21:22 +0100 |
| commit | 61a4ae4d3f43c88cfabba107914cc1cb7354d2ee (patch) | |
| tree | 873c44aa427595d35018640eae96146416f794b2 /src/panels | |
| parent | 39f5f1b530d7f6b35f1129520f11c6d4e7452c44 (diff) | |
Remove a missing emit KEYWORD
NO_CHANGELOG
Diffstat (limited to 'src/panels')
| -rw-r--r-- | src/panels/places/placesitemmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
