[Development] Header diff for QtQml

Rutledge Shawn Shawn.Rutledge at digia.com
Thu Jun 27 07:38:34 CEST 2013


On 26 Jun 2013, at 11:51 PM, Thiago Macieira wrote:

> One minor oops found:
> 
> On quarta-feira, 26 de junho de 2013 13.50.06, Thiago Macieira wrote:
>> +++ b/src/qml/qml/qqmlextensionplugin.h
>> -private:
>>     Q_DISABLE_COPY(QQmlExtensionPlugin)
> 
> By removing the private:, with C++98 the error from trying to copy a 
> Q_DISABLE_COPY moves from compile time to link time (undefined reference to 
> QQmlExtensionPlugin's copy constructor or assignment operator).
> 
> Bring it back.

Sorry about that; I'm not sure how that happened.


More information about the Development mailing list