On Monday 22 September 2014 10:11:01 Till Oliver Knoll wrote:
> So in theory it could mean that (only) events sent by
> QCoreApplication::sendEvent are getting through to your QObject, even
> without a QCoreApplication instance being around.

Not even sendEvent:

inline bool QCoreApplication::sendEvent(QObject *receiver, QEvent *event)
{  if (event) event->spont = false; return self ? self-
>notifyInternal(receiver, event) : false; }

Note how sendEvent uses the self pointer.

-- 
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

Reply via email to