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 _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
