Thanks, and if someone knows about MingW, please tell us.
Thanks, and if someone knows about MingW, please tell us.
When speaking of debugging, is there a way of making the compiler (gcc) to warn about connections beeing made at compiletime that is between signals and slots that doesn't exsist?
it doesn't react on
connect(object, SIGNAL(obviouslymissspeledSignal()),....)
connect returns a boolean; false if the connection is not possible.
Bookmarks