From 0a9cdfa4ed20d5efca8bb6d5a156ccf506c58bcc Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 5 Feb 2011 21:12:19 +0100 Subject: [PATCH] Fix compilation when Nepomuk is not available CCBUG: 265547 --- src/search/dolphinsearchinformation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.47.3