diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2009-08-06 01:19:16 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2009-08-06 01:19:16 (GMT) |
commit | 64031a8a69d5f71d73208447e0b1f7108aabd2fc (patch) | |
tree | c3fcee1fb2e86e0d6f06e7f694ba4a8a8aeddc21 /src/gui/widgets/qdatetimeedit.cpp | |
parent | 8f839bb7b18e9140af7842daa142b0224d8680d7 (diff) | |
download | Qt-64031a8a69d5f71d73208447e0b1f7108aabd2fc.zip Qt-64031a8a69d5f71d73208447e0b1f7108aabd2fc.tar.gz Qt-64031a8a69d5f71d73208447e0b1f7108aabd2fc.tar.bz2 |
Compile Fix for QT_KEYPAD_NAVIGATION
Diffstat (limited to 'src/gui/widgets/qdatetimeedit.cpp')
-rw-r--r-- | src/gui/widgets/qdatetimeedit.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/widgets/qdatetimeedit.cpp b/src/gui/widgets/qdatetimeedit.cpp index 5ddf7f7..cb76876 100644 --- a/src/gui/widgets/qdatetimeedit.cpp +++ b/src/gui/widgets/qdatetimeedit.cpp @@ -1086,10 +1086,6 @@ void QDateTimeEdit::keyPressEvent(QKeyEvent *event) //hide cursor d->edit->d_func()->setCursorVisible(false); - if (d->edit->d_func()->cursorTimer > 0) - killTimer(d->edit->d_func()->cursorTimer); - d->edit->d_func()->cursorTimer = 0; - d->setSelected(0); } } |