┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search/dolphinsearchinformation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/search/dolphinsearchinformation.cpp')
-rw-r--r--src/search/dolphinsearchinformation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search/dolphinsearchinformation.cpp b/src/search/dolphinsearchinformation.cpp
index 28863034b..8ff2f9554 100644
--- a/src/search/dolphinsearchinformation.cpp
+++ b/src/search/dolphinsearchinformation.cpp
@@ -81,7 +81,7 @@ bool DolphinSearchInformation::isPathIndexed(const KUrl& url) const
return isIndexed;
#else
- Q_UNUSED(path);
+ Q_UNUSED(url);
return false;
#endif
}