From: Peter Penz Date: Sat, 5 Feb 2011 20:12:19 +0000 (+0100) Subject: Fix compilation when Nepomuk is not available X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/0a9cdfa4ed20d5efca8bb6d5a156ccf506c58bcc?ds=inline Fix compilation when Nepomuk is not available CCBUG: 265547 --- 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 }