From 036cc9cb047c4ceffb545c8cbeedb315691fc6ce Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Thu, 28 Aug 2014 14:44:09 +0200 Subject: QLineEdit: mark a comment with ### Qt6 Change-Id: Ia4b37e0fd88a02f3d79be9cac99018b8bb8e10cb Reviewed-by: Olivier Goffart --- src/widgets/widgets/qlineedit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets/widgets/qlineedit.cpp') diff --git a/src/widgets/widgets/qlineedit.cpp b/src/widgets/widgets/qlineedit.cpp index b6b7ffb1a2..2eb04d146e 100644 --- a/src/widgets/widgets/qlineedit.cpp +++ b/src/widgets/widgets/qlineedit.cpp @@ -1412,7 +1412,7 @@ bool QLineEdit::event(QEvent * e) { Q_D(QLineEdit); if (e->type() == QEvent::Timer) { - // should be timerEvent, is here for binary compatibility + // ### Qt6: move to timerEvent, is here for binary compatibility int timerId = ((QTimerEvent*)e)->timerId(); if (false) { #ifndef QT_NO_DRAGANDDROP -- cgit v1.2.3