Qt connect "no such slot" when slot definitely does exist - Stack Overflow
Qt v4.8.0, VC2010 compiler
I have a QMainWindow based class and I'm trying to send it signals involving QUuid
However, every time I run it I get the errors:
Object::connect: No such slot MainWin...
1 3 Author's personal copy
Lecture 2 – The Qt Object Model and Signal Slot Mechanism. Exploring Inheritance. Start by creating a new, empty Qt 4 project in Qt Creator. Add the following ...
