I have a class like this
class GUI : public QWidget, public QThread
When I do the above, I get errors about connecting signals. The error says Reference to "connect" is ambiguous . Is there a way to inherit from both?
thanks
c ++ qt qthread
infinitloop
source share