Commit 9168a4fe authored by Dominique Leuenberger's avatar Dominique Leuenberger Committed by Rémi Duraffort

Have bool MLModel::setData return a value in any case.

Signed-off-by: default avatarRémi Duraffort <ivoire@videolan.org>
parent 0eedaef3
......@@ -277,6 +277,7 @@ bool MLModel::setData( const QModelIndex &idx, const QVariant &value,
MLItem *media = static_cast<MLItem*>( idx.internalPointer() );
media->setData( columnType( idx.column() ), value );
emit dataChanged( idx, idx );
return true;
}
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment