proxyroles: Fix warning on unused parameter
This commit is contained in:
parent
f77d371786
commit
a4b7b6e1d1
|
@ -43,6 +43,7 @@ QStringList SingleRole::names()
|
|||
|
||||
QVariant SingleRole::data(const QModelIndex &sourceIndex, const QQmlSortFilterProxyModel &proxyModel, const QString &name)
|
||||
{
|
||||
Q_UNUSED(name);
|
||||
return data(sourceIndex, proxyModel);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue