Add missing Q_UNUSED
This commit is contained in:
parent
46c395e8ac
commit
934d675b73
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ QModelIndex EffectModel::parent(const QModelIndex &child) const {
|
|||
}
|
||||
|
||||
int EffectModel::columnCount(const QModelIndex &parent) const {
|
||||
Q_UNUSED(parent)
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue