summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qalgorithms.h
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2022-06-10 17:50:41 +0200
committerAlexey Edelev <alexey.edelev@qt.io>2022-06-22 03:03:31 +0200
commit36ea34c7140a134b05d4cc8fcb5e17802ef77755 (patch)
tree33e25f599ea7b476dbd63eade57a4ff99cb3f899 /src/corelib/tools/qalgorithms.h
parent5fce82bc6cb1e118fb26cf9b61f2c07c007ec8b9 (diff)
Add the qt_class pragma to file listed in sync.profile classnames map
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 <joerg.bornemann@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/tools/qalgorithms.h')
-rw-r--r--src/corelib/tools/qalgorithms.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/corelib/tools/qalgorithms.h b/src/corelib/tools/qalgorithms.h
index f72cd669cb..94aa2da012 100644
--- a/src/corelib/tools/qalgorithms.h
+++ b/src/corelib/tools/qalgorithms.h
@@ -4,6 +4,10 @@
#ifndef QALGORITHMS_H
#define QALGORITHMS_H
+#if 0
+#pragma qt_class(QtAlgorithms)
+#endif
+
#include <QtCore/qglobal.h>
#if __has_include(<bit>) && __cplusplus > 201703L