Qt 6.11 is out! See what's new in the release
blog
Difference between my code and testcon code
General and Desktop
3
Posts
2
Posters
1.8k
Views
1
Watching
-
hi i use a component on qt and it works fine
it has a lot of events i use signal(QString,int,void*) to get all signals and it works fine
now i know one of signals has a integer parametr and i use QVarianttoQString() function like testcon code
the testcon works fine on my component but my program got crashed , i think it should be about how compiling code
can you explain more for me?
what should i do? -
Sorry, but your description is so vague that the only thing I can say is: "It seems the difference is that your code is doing it wrong". Not helpful, I know:-)
Can you maybe provide some of your code? A buildable example would be best.