[Interest] can the QRegExpEngine cache acces objects belonging to an unloaded library during global destruction?

Thiago Macieira thiago.macieira at intel.com
Tue Jan 30 17:16:58 CET 2018


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






More information about the Interest mailing list