summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
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/io
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/io')
-rw-r--r--src/corelib/io/qdebug.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/corelib/io/qdebug.h b/src/corelib/io/qdebug.h
index 6ba464840f..b1f425e616 100644
--- a/src/corelib/io/qdebug.h
+++ b/src/corelib/io/qdebug.h
@@ -5,6 +5,10 @@
#ifndef QDEBUG_H
#define QDEBUG_H
+#if 0
+#pragma qt_class(QtDebug)
+#endif
+
#include <QtCore/qcontainerfwd.h>
#include <QtCore/qtextstream.h>
#include <QtCore/qstring.h>