[Development] Qt 5.4.0 header diff: QtWidgets.diff
Giuseppe D'Angelo
giuseppe.dangelo at kdab.com
Wed Nov 19 09:22:46 CET 2014
Thanks for the simplified diff, question:
>
> index b603415..7193f69 100644
> --- a/src/widgets/widgets/qrubberband.h
> +++ b/src/widgets/widgets/qrubberband.h
> @@ -196,6 +196,7 @@ protected:
> #endif
> void keyPressEvent(QKeyEvent *);
> void changeEvent(QEvent *);
> + void timerEvent(QTimerEvent *event);
> void initStyleOption(QStyleOptionTab *option, int tabIndex) const;
>
> #ifndef QT_NO_ACCESSIBILITY
Was adding a new override in the middle of an hierarchy safe? Or
subclasses in user code will now require a recompilation? (Not a big
deal, I don't expect that many QRubberBand subclasses with a timerEvent
override...)
--
Giuseppe D'Angelo | giuseppe.dangelo at kdab.com | Software Engineer
KDAB (UK) Ltd., a KDAB Group company
Tel. UK +44-1738-450410, Sweden (HQ) +46-563-540090
KDAB - Qt Experts - Platform-independent software solutions
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4048 bytes
Desc: Firma crittografica S/MIME
URL: <http://lists.qt-project.org/pipermail/development/attachments/20141119/e2e02259/attachment.bin>
More information about the Development
mailing list