┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorValentin Rusu <[email protected]>2015-12-13 16:14:53 +0200
committerValentin Rusu <[email protected]>2015-12-13 16:14:53 +0200
commite5b3a37f666114f173c1a0c996487019b5962fc7 (patch)
tree745b5e6d6ce73da0ab20d3046cd4a5a8979480bb /src
parent2d8448f88d21c8eb8ac89498ca34fc6c12eab3db (diff)
Fix compilation when baloo is not present
Diffstat (limited to 'src')
-rw-r--r--src/kitemviews/kfileitemmodelrolesupdater.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kitemviews/kfileitemmodelrolesupdater.cpp b/src/kitemviews/kfileitemmodelrolesupdater.cpp
index c4b82f780..9f89de8e7 100644
--- a/src/kitemviews/kfileitemmodelrolesupdater.cpp
+++ b/src/kitemviews/kfileitemmodelrolesupdater.cpp
@@ -751,7 +751,7 @@ void KFileItemModelRolesUpdater::applyChangedBalooRolesForItem(const KFileItem &
this, &KFileItemModelRolesUpdater::slotItemsChanged);
#else
#ifndef Q_CC_MSVC
- Q_UNUSED(itemUrl);
+ Q_UNUSED(item);
#endif
#endif
}