This is a long shot but, having come across a constrain in a form of a qt’s signals, slots being unable to be templatized, I’m just thinking of replacing them with boost signals, would that be viable option?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You are not forced to use qt’s signals and slots. From Using Qt with 3rd Party Signals and Slots:
There is a complete explanation of how to connect boost signals to qt signals.
I found this adapter somewhere on the net, but no idea where:
So, basically you have to reimplement
qt_metacallfunction.