Search Results

1
vote
5answers
837 views

Qt and no moc_*.cpp file

I'm developing a simple qt4 app and making my own dialog. I subclassed QDialog, inserted Q_OBJECT macro in class declaration block and.. I get [Linker error] undefined reference to `vtable …
0
votes
3answers
105 views

Detailed information from QObject::connect

Is there a way to get a detailed failure information from QObjet::connect in case of its failure ? Returned boolean value doesn't give any information about reason of failure. I wis …