diff options
author | David Boddie <[email protected]> | 2025-05-23 17:09:17 +0200 |
---|---|---|
committer | David Boddie <[email protected]> | 2025-05-31 06:41:36 +0000 |
commit | 475c951d69a326e7aed0f18f525a155dd95a6a6b (patch) | |
tree | 3391b8fd37e78c6e516e8fda0d9ddce987f74f90 /src/widgets/kernel/qapplication.cpp | |
parent | 6854ea63365ae419a04a470eb17e5f7662f00931 (diff) |
Change-Id: Id4456eef3440734add2d804d186966e253335b7c
Reviewed-by: Richard Moe Gustavsen <[email protected]>
Diffstat (limited to 'src/widgets/kernel/qapplication.cpp')
-rw-r--r-- | src/widgets/kernel/qapplication.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/widgets/kernel/qapplication.cpp b/src/widgets/kernel/qapplication.cpp index c01ae29c680..0b6e0cd8f70 100644 --- a/src/widgets/kernel/qapplication.cpp +++ b/src/widgets/kernel/qapplication.cpp @@ -238,8 +238,7 @@ void QApplicationPrivate::createEventDispatcher() palette(), setPalette(), font(), - setFont(), - fontMetrics(). + setFont(). \row \li Event handling |