[Development] Qt 5.5.0 header diff: QtQuickWidgets.diff

Thiago Macieira thiago.macieira at intel.com
Sat Jun 6 10:04:53 CEST 2015


On Friday 05 June 2015 10:10:46 Frederik Gladhorn wrote:
> +#ifndef QT_NO_DRAGANDDROP
> +    virtual void dragEnterEvent(QDragEnterEvent *);
> +    virtual void dragMoveEvent(QDragMoveEvent *);
> +    virtual void dragLeaveEvent(QDragLeaveEvent *);
> +    virtual void dropEvent(QDropEvent *);
> +#endif
> +

Is this a public libary? 

Are the above overrides or not? If they are overrides, add Q_DECL_OVERRIDE.
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Development mailing list