Add missing Q_UNUSED

This commit is contained in:
Martin Gräßlin 2013-08-27 12:03:37 +02:00
parent 46c395e8ac
commit 934d675b73

View file

@ -80,6 +80,7 @@ QModelIndex EffectModel::parent(const QModelIndex &child) const {
}
int EffectModel::columnCount(const QModelIndex &parent) const {
Q_UNUSED(parent)
return 1;
}