summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2014-08-28 14:44:09 +0200
committerMarc Mutz <marc.mutz@kdab.com>2014-08-28 22:53:11 +0200
commit036cc9cb047c4ceffb545c8cbeedb315691fc6ce (patch)
treef48e738bb7ab5659da576bcb0d1fad35732bc4ee
parent2506c7c7cce4e046244691850f1b7c7d86b2303d (diff)
QLineEdit: mark a comment with ### Qt6
Change-Id: Ia4b37e0fd88a02f3d79be9cac99018b8bb8e10cb Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
-rw-r--r--src/widgets/widgets/qlineedit.cpp2
1 files changed, 1 insertions, 1 deletions
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