┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincontextmenu.cpp
diff options
context:
space:
mode:
authorRoman Inflianskas <[email protected]>2018-03-03 20:39:43 +0300
committerRoman Inflianskas <[email protected]>2018-03-04 10:27:31 +0300
commit533f050855a50212bba7be57a1590f9ce743e26d (patch)
tree9bcbfe8f2814393b39b91a35a28ce8e9c729fe2f /src/dolphincontextmenu.cpp
parent848abc5922167a467bb73107ee6b72e9af3c8317 (diff)
Fix some compile warnings
Reviewers: #dolphin, markg Reviewed By: markg Subscribers: elvisangelaccio, #dolphin Differential Revision: https://phabricator.kde.org/D10995
Diffstat (limited to 'src/dolphincontextmenu.cpp')
-rw-r--r--src/dolphincontextmenu.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphincontextmenu.cpp b/src/dolphincontextmenu.cpp
index de40d7eaa..1f4e8f010 100644
--- a/src/dolphincontextmenu.cpp
+++ b/src/dolphincontextmenu.cpp
@@ -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.