[Qt-interest] Problem of the classes

Syam Krishnan syamcr at gmail.com
Fri Jan 9 18:59:03 CET 2009


Neeraj Jhawar wrote:
> I tried working on the same. But there is a big problem. The program 
> wont compile anymore
>
> The error it shows is:
> no mathing function for call to 'QObject::connect(Thread&, const 
> char[7], ThreadForm* const char[24])
> qobject.h:116: candidates are:static bool
Include the header file for the Thread class in the file where you are 
doing this connect. You need to pass a pointer to the 'Thread' object as 
the sender.

Syam



More information about the Qt-interest-old mailing list