summaryrefslogtreecommitdiffstats
path: root/src/sql
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2022-06-10 21:53:21 +0200
committerAlexey Edelev <alexey.edelev@qt.io>2022-09-06 20:15:00 +0200
commit05cc5b3541700572f39cf98f8aeaba50c1342dae (patch)
tree7b8e543b12e688ce71e11c98406eb0e1075b72db /src/sql
parenta6050125a700d677b786f9db0a475af9975e9fc4 (diff)
Introduce the qt_deprecates pragma
The qt_deprecates pragma indicates that the file passed as argument is deprecated and supposed to be replaced by the file where the pragma is defined. Syncqt procedure generates the file passed as argument automatically with the deprecation warning. After the deprecation period the pragma should be removed and the deprecated file will not be included to the Qt installation too. The pragma is only handled by the cpp version of syncqt cpp and supposed to replace the 'deprecatedheaders' record in sync.profiles. Change-Id: Ibe69423a5de67f58907a3edbc5961f5ab63944de Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/sql')
-rw-r--r--src/sql/kernel/qtsqlglobal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sql/kernel/qtsqlglobal.h b/src/sql/kernel/qtsqlglobal.h
index 977d97abbf..b01010d653 100644
--- a/src/sql/kernel/qtsqlglobal.h
+++ b/src/sql/kernel/qtsqlglobal.h
@@ -6,6 +6,7 @@
#if 0
#pragma qt_class(QSql)
+#pragma qt_deprecates(qsql.h)
#endif
#include <QtCore/qglobal.h>