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:
parent
0acdceed35
commit
d6ddda8a5b
@ -196,6 +196,7 @@ public abstract class QtAbstractItemModel
|
|||||||
*
|
*
|
||||||
* @return The role names map.
|
* @return The role names map.
|
||||||
*/
|
*/
|
||||||
|
@SuppressWarnings("unchecked")
|
||||||
public HashMap<Integer, String> roleNames()
|
public HashMap<Integer, String> roleNames()
|
||||||
{
|
{
|
||||||
return (HashMap<Integer, String>)jni_roleNames();
|
return (HashMap<Integer, String>)jni_roleNames();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user