From 36ea34c7140a134b05d4cc8fcb5e17802ef77755 Mon Sep 17 00:00:00 2001 From: Alexey Edelev Date: Fri, 10 Jun 2022 17:50:41 +0200 Subject: Add the qt_class pragma to file listed in sync.profile classnames map MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This makes header files self-contained and reduces the number of 'sources of truth' for syncqt procedure. Change-Id: I7f5865abc69934603139d23e1b5452da46ccb110 Reviewed-by: Jörg Bornemann Reviewed-by: Thiago Macieira --- src/corelib/text/qutf8stringview.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/corelib/text') diff --git a/src/corelib/text/qutf8stringview.h b/src/corelib/text/qutf8stringview.h index 2dbd9bb217..232b6f43f7 100644 --- a/src/corelib/text/qutf8stringview.h +++ b/src/corelib/text/qutf8stringview.h @@ -3,6 +3,10 @@ #ifndef QUTF8STRINGVIEW_H #define QUTF8STRINGVIEW_H +#if 0 +#pragma qt_class(QUtf8StringView) +#endif + #include #include #include // for QContainerImplHelper -- cgit v1.2.3