The following line:
is completely wrong.Qt Code:
dynamicCall(testMSg("TPWPalette pallet)",param1); //Error raizes hereTo copy to clipboard, switch view to plain text mode
The first parameter is a function name.
You positioned the "" wrong (at least)
Even if the "" are right, there's no function name there.
The second parameter is a QVariant list, not just a QVariant.




Reply With Quote
Bookmarks