Android: Suppress unchecked cast in QtAIM::roleNames

Pick-to: 6.8
Change-Id: I46e8358ad51edb3eaf87fd57851037c4c50586eb
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
This commit is contained in:
Soheil Armin 2024-07-09 17:04:50 +03:00
parent 0acdceed35
commit d6ddda8a5b

View File

@ -196,6 +196,7 @@ public abstract class QtAbstractItemModel
*
* @return The role names map.
*/
@SuppressWarnings("unchecked")
public HashMap<Integer, String> roleNames()
{
return (HashMap<Integer, String>)jni_roleNames();