mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 06:22:15 -07:00
[Fix-Warnings] Replace types with auto for libcockatrice/models/ files
This commit is contained in:
parent
799a4368ba
commit
9d7b25ec09
3 changed files with 11 additions and 11 deletions
|
|
@ -118,7 +118,7 @@ QMimeData *SetsModel::mimeData(const QModelIndexList &indexes) const
|
|||
if (indexes.isEmpty())
|
||||
return 0;
|
||||
|
||||
SetsMimeData *result = new SetsMimeData(indexes[0].row());
|
||||
auto *result = new SetsMimeData(indexes[0].row());
|
||||
return qobject_cast<QMimeData *>(result);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue