]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Fix compilation when Nepomuk is not available
authorPeter Penz <peter.penz19@gmail.com>
Sat, 5 Feb 2011 20:12:19 +0000 (21:12 +0100)
committerPeter Penz <peter.penz19@gmail.com>
Sat, 5 Feb 2011 20:12:19 +0000 (21:12 +0100)
CCBUG: 265547

src/search/dolphinsearchinformation.cpp

index 28863034b6fc54838da31c555be2213327781b7c..8ff2f955452cede9c15e1884fe7f5863a72fb9ad 100644 (file)
@@ -81,7 +81,7 @@ bool DolphinSearchInformation::isPathIndexed(const KUrl& url) const
 
     return isIndexed;
 #else
-    Q_UNUSED(path);
+    Q_UNUSED(url);
     return false;
 #endif
 }