diff options
| author | Ahmad Samir <a.samirh78@gmail.com> | 2024-02-21 14:32:49 +0200 |
|---|---|---|
| committer | Ahmad Samir <a.samirh78@gmail.com> | 2024-06-11 21:16:45 +0200 |
| commit | 99a636eb3f41e26efc8cd5156346a8b1ba6805cf (patch) | |
| tree | 2fb91c862837583484b8b9d475eb7d6e120a7c85 /src/corelib/io/qprocess.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 <qt_ci_bot@qt-project.org>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'src/corelib/io/qprocess.cpp')
| -rw-r--r-- | src/corelib/io/qprocess.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/io/qprocess.cpp b/src/corelib/io/qprocess.cpp index 108ee0b7c3e..dffa7b4b6aa 100644 --- a/src/corelib/io/qprocess.cpp +++ b/src/corelib/io/qprocess.cpp @@ -14,7 +14,6 @@ #include <qbytearray.h> #include <qdeadlinetimer.h> #include <qcoreapplication.h> -#include <qtimer.h> #if __has_include(<paths.h>) #include <paths.h> |
