Fix compilation when baloo is not present

This commit is contained in:
Valentin Rusu 2015-12-13 16:14:53 +02:00
parent 2d8448f88d
commit e5b3a37f66

View file

@ -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
}