]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphincontextmenu.cpp
Fix some compile warnings
[dolphin.git] / src / dolphincontextmenu.cpp
index 94c1d7ce89bbb061b9662756138e8de7633a66bd..c35f442cba8422dbaecd74f13bd09026c13e537b 100644 (file)
@@ -428,6 +428,7 @@ void DolphinContextMenu::addShowMenuBarAction()
 
 bool DolphinContextMenu::placeExists(const QUrl& url) const
 {
+    Q_UNUSED(url)
     // Creating up a PlacesItemModel to find out if 'url' is one of the Places
     // can be expensive because the model asks Solid for the devices which are
     // available, which can take some time.