X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/954e8c47906c12edaaf6e6aebdd41516eceb0d44..e9a39700:/src/panels/places/placesitemsignalhandler.cpp diff --git a/src/panels/places/placesitemsignalhandler.cpp b/src/panels/places/placesitemsignalhandler.cpp index b5c7ebcec..19f16c7b5 100644 --- a/src/panels/places/placesitemsignalhandler.cpp +++ b/src/panels/places/placesitemsignalhandler.cpp @@ -32,7 +32,7 @@ void PlacesItemSignalHandler::onTearDownRequested(const QString& udi) if (m_item) { Solid::StorageAccess *tmp = m_item->device().as(); if (tmp) { - emit tearDownExternallyRequested(tmp->filePath()); + Q_EMIT tearDownExternallyRequested(tmp->filePath()); } } }