Fix compilation when Nepomuk is not available

CCBUG: 265547
This commit is contained in:
Peter Penz 2011-02-05 21:12:19 +01:00
parent c1e805adf6
commit 0a9cdfa4ed

View file

@ -81,7 +81,7 @@ bool DolphinSearchInformation::isPathIndexed(const KUrl& url) const
return isIndexed;
#else
Q_UNUSED(path);
Q_UNUSED(url);
return false;
#endif
}