summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qinputmethod.cpp
diff options
context:
space:
mode:
authorAhmad Samir <[email protected]>2024-02-21 14:32:49 +0200
committerAhmad Samir <[email protected]>2024-06-11 21:16:45 +0200
commit99a636eb3f41e26efc8cd5156346a8b1ba6805cf (patch)
tree2fb91c862837583484b8b9d475eb7d6e120a7c85 /src/gui/kernel/qinputmethod.cpp
parentb17703171ccea8d5f76cf07f4c854c2d2aaf7ee8 (diff)
Remove redundant qtimer.h includes
If QTimer isn't used in the file where it's included, remove the include. Fix files that depended on transitive includes. QMacPanGestureRecognizer: drive by change: classes inheriting from QObject should have Q_OBJECT macro in the definition. Change-Id: Ia8d71f4195a1ca643c9fcb14db41877413348d98 Reviewed-by: Qt CI Bot <[email protected]> Reviewed-by: Thiago Macieira <[email protected]> Reviewed-by: Edward Welbourne <[email protected]>
Diffstat (limited to 'src/gui/kernel/qinputmethod.cpp')
-rw-r--r--src/gui/kernel/qinputmethod.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/kernel/qinputmethod.cpp b/src/gui/kernel/qinputmethod.cpp
index e37e85e246d..175450f890b 100644
--- a/src/gui/kernel/qinputmethod.cpp
+++ b/src/gui/kernel/qinputmethod.cpp
@@ -4,7 +4,6 @@
#include <qinputmethod.h>
#include <private/qinputmethod_p.h>
#include <qguiapplication.h>
-#include <qtimer.h>
#include <qpa/qplatforminputcontext_p.h>
#include <QDebug>