┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincontextmenu.cpp
diff options
context:
space:
mode:
authorElvis Angelaccio <[email protected]>2018-03-05 21:56:15 +0100
committerElvis Angelaccio <[email protected]>2018-03-05 21:56:15 +0100
commit2523442d4d67ac5a801728394653f38e0ee8a09a (patch)
tree7b08e9d24e2792a9868803c84c400142e01806a4 /src/dolphincontextmenu.cpp
parent48b58f830a585b773435c9af5ee2fe8f0c7c641d (diff)
Revert "Fix some compile warnings"
This reverts commit 533f050855a50212bba7be57a1590f9ce743e26d. D10995 has not been approved.
Diffstat (limited to 'src/dolphincontextmenu.cpp')
-rw-r--r--src/dolphincontextmenu.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dolphincontextmenu.cpp b/src/dolphincontextmenu.cpp
index c35f442cb..94c1d7ce8 100644
--- a/src/dolphincontextmenu.cpp
+++ b/src/dolphincontextmenu.cpp
@@ -428,7 +428,6 @@ 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.