[Development] Header diff for QtQml

Thiago Macieira thiago.macieira at intel.com
Wed Jun 26 23:51:54 CEST 2013


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.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/development/attachments/20130626/bb32513c/attachment.sig>


More information about the Development mailing list