On Tuesday 14 April 2015 18:36:16 Robert Iakobashvili wrote:
> > The problem here is that QCoreApplication is not reference counted and we
> > can't change it without breaking *every* *single* *application*, since
> > this is what people usually do:

> C++ idiom with protected destructor
> enforces heap-allocation of objects and prevents stack allocation.
> It requires some public destroy() calling "delete this" inside.

Without breaking *every* *single* *application*

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to