On terça-feira, 30 de janeiro de 2018 02:32:50 PST René J. V. Bertin wrote: > A few questions: > - do I need to check for QT_NO_OBJECT here, or is it enough to check for > QT_BOOTSTRAPPED?
QT_BOOTSTRAPPED > - is it correct that I don't need a Q_OBJECT macro (and moc file) here for > reliable signal/slot functionality? Correct, you don't need the macro for the new-style connect, except to add new signals. But add it anyway. > - (ahem) do I need to call the parent default constructor explicitly if I > override (extend) the default constructor? If you're passing any arguments. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest