]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/panels/places/placesitemsignalhandler.cpp
Places panel: show a tooltip after 500 ms
[dolphin.git] / src / panels / places / placesitemsignalhandler.cpp
index b5c7ebcec8ff40e597fca61b5cee4cd92bc56168..19f16c7b52802f7a381fc2bc48e51dcc37b9cbe2 100644 (file)
@@ -32,7 +32,7 @@ void PlacesItemSignalHandler::onTearDownRequested(const QString& udi)
     if (m_item) {
         Solid::StorageAccess *tmp = m_item->device().as<Solid::StorageAccess>();
         if (tmp) {
-            emit tearDownExternallyRequested(tmp->filePath());
+            Q_EMIT tearDownExternallyRequested(tmp->filePath());
         }
     }
 }