diff options
| author | Valentin Rusu <[email protected]> | 2015-12-13 16:14:53 +0200 |
|---|---|---|
| committer | Valentin Rusu <[email protected]> | 2015-12-13 16:14:53 +0200 |
| commit | e5b3a37f666114f173c1a0c996487019b5962fc7 (patch) | |
| tree | 745b5e6d6ce73da0ab20d3046cd4a5a8979480bb /src | |
| parent | 2d8448f88d21c8eb8ac89498ca34fc6c12eab3db (diff) | |
Fix compilation when baloo is not present
Diffstat (limited to 'src')
| -rw-r--r-- | src/kitemviews/kfileitemmodelrolesupdater.cpp | 2 |
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 } |
