]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphincontextmenu.cpp
Fix some compile warnings
[dolphin.git] / src / dolphincontextmenu.cpp
index de40d7eaa0356df55495d295774ffc818ea548f5..1f4e8f010054a30488588b21892df2fdb063ae2f 100644 (file)
@@ -431,6 +431,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.