mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Fix compilation when Nepomuk is not available
CCBUG: 265547
This commit is contained in:
parent
c1e805adf6
commit
0a9cdfa4ed
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ bool DolphinSearchInformation::isPathIndexed(const KUrl& url) const
|
|||
|
||||
return isIndexed;
|
||||
#else
|
||||
Q_UNUSED(path);
|
||||
Q_UNUSED(url);
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue