diff options
author | Ahmad Samir <[email protected]> | 2024-02-21 14:32:49 +0200 |
---|---|---|
committer | Ahmad Samir <[email protected]> | 2024-06-11 21:16:45 +0200 |
commit | 99a636eb3f41e26efc8cd5156346a8b1ba6805cf (patch) | |
tree | 2fb91c862837583484b8b9d475eb7d6e120a7c85 /src/gui/kernel/qinputmethod.cpp | |
parent | b17703171ccea8d5f76cf07f4c854c2d2aaf7ee8 (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.cpp | 1 |
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> |