mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +00:00
(trivial) silence a few -Wold-style-cast warnings
This commit is contained in:
@@ -167,7 +167,7 @@ FileTreeModel::flags (const QModelIndex& index) const
|
||||
if(index.column() == COL_WANTED)
|
||||
i |= Qt::ItemIsUserCheckable | Qt::ItemIsTristate;
|
||||
|
||||
return (Qt::ItemFlags)i;
|
||||
return Qt::ItemFlags(i);
|
||||
}
|
||||
|
||||
bool
|
||||
|
||||
Reference in New Issue
Block a user