QLineEdit: mark a comment with ### Qt6
Change-Id: Ia4b37e0fd88a02f3d79be9cac99018b8bb8e10cb Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
This commit is contained in:
parent
2506c7c7cc
commit
036cc9cb04
@ -1412,7 +1412,7 @@ bool QLineEdit::event(QEvent * e)
|
|||||||
{
|
{
|
||||||
Q_D(QLineEdit);
|
Q_D(QLineEdit);
|
||||||
if (e->type() == QEvent::Timer) {
|
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();
|
int timerId = ((QTimerEvent*)e)->timerId();
|
||||||
if (false) {
|
if (false) {
|
||||||
#ifndef QT_NO_DRAGANDDROP
|
#ifndef QT_NO_DRAGANDDROP
|
||||||
|
Loading…
Reference in New Issue
Block a user