Skip to content
Commit c0721005 authored by João Eudes Lima's avatar João Eudes Lima Committed by Kurt Hindenburg
Browse files

Replace deprecated QSet::toList and QSet::fromList()

'fromList' is deprecated: Use QSet(list.begin(), list.end()) instead.
'toList' is deprecated: Use values() instead.
parent ab0636de
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