We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc8a649 commit 4d72fc8Copy full SHA for 4d72fc8
src/tools/androiddeployqt/main.cpp
@@ -3905,7 +3905,7 @@ int generateJavaQmlComponents(const Options &options)
3905
<< "public int connect%1(%2 signalListener) {\n"_L1.arg(
3906
firstCharToUpper(signalInterfaceName), signalInterfaceName)
3907
<< indent
3908
- << " return connectSignalListener(\"%1\", new Class[]{ %2 }, signalListener);\n"_L1
+ << " return connectSignalListener(\"%1\", new Class<?>[]{ %2 }, signalListener);\n"_L1
3909
.arg(methodName, javaParamsClassesString)
3910
<< indent << "}\n\n";
3911
}
0 commit comments