diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2025-03-20 16:11:05 +0100 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2025-03-27 01:15:05 +0100 |
| commit | 43c8688eaa67e949393d140850732acd1ce80f4c (patch) | |
| tree | 832a567647bcbdd16308a61daf803fe147a9b738 /sources/pyside6/libpyside/pysidelogging_p.h | |
| parent | d1fa3999085e0a913d59b0e0a289105d00b576ae (diff) | |
PySide6: Port to Qt include style
Replace the Qt forwarding headers by the .h files. This brings down
the dependency list by approx 6%.
Pick-to: 6.9
Change-Id: Iae7640ccbdf6a8be68137922d4191522d914d790
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/pyside6/libpyside/pysidelogging_p.h')
| -rw-r--r-- | sources/pyside6/libpyside/pysidelogging_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/libpyside/pysidelogging_p.h b/sources/pyside6/libpyside/pysidelogging_p.h index bf167264d..99a51b11a 100644 --- a/sources/pyside6/libpyside/pysidelogging_p.h +++ b/sources/pyside6/libpyside/pysidelogging_p.h @@ -4,7 +4,7 @@ #ifndef PYSIDE_LOGGING_P_H #define PYSIDE_LOGGING_P_H -#include <QtCore/QLoggingCategory> +#include <QtCore/qloggingcategory.h> Q_DECLARE_LOGGING_CATEGORY(lcPySide) |
