I will get an compile error if the Slot does not exist that i type in with connect.
No, not with the SIGNAL and SLOT macros.
That type of connect does runtime checking, not compile time checking.
SIGNAL and SLOT convert their argument into a string, very similar to what you do manually when using invokeMethod.
Bookmarks