]> cloud.milkyroute.net Git - dolphin.git/commitdiff
msvc needs to have the class definition for reference parameters in methods
authorPatrick Spendrin <ps_ml@gmx.de>
Sat, 28 Jul 2012 23:11:21 +0000 (01:11 +0200)
committerPatrick Spendrin <ps_ml@gmx.de>
Sat, 28 Jul 2012 23:11:21 +0000 (01:11 +0200)
src/kitemviews/kfileitemmodelrolesupdater.cpp

index 55f5142f638789c883d202e8659c28e3e8e8dd7d..8276d807f6c6359c90135c0920adc713c33ba099 100644 (file)
@@ -610,8 +610,10 @@ void KFileItemModelRolesUpdater::applyChangedNepomukRoles(const Nepomuk::Resourc
     connect(m_model, SIGNAL(itemsChanged(KItemRangeList,QSet<QByteArray>)),
             this,    SLOT(slotItemsChanged(KItemRangeList,QSet<QByteArray>)));
 #else
+#ifndef Q_CC_MSVC
     Q_UNUSED(resource);
 #endif
+#endif
 }
 
 void KFileItemModelRolesUpdater::slotDirWatchDirty(const QString& path)