On 11/02/16 15:45, Nye wrote: > > You should not have done that. > How come? I shouldn't have derived from QCoreApplication or shouldn't > have used the private API? Don't use the private APIs. If you want to create a QCoreApplication subclass, simply derive from that. Same for every other class.