Avoid including qversiontagging.h in QtCore module header

The header is already included in qglobal.h

Task-number: QTBUG-124346
Change-Id: Id713cdecd4c3221edc32402cb874ab0d98a86f82
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
bb10
Alexey Edelev 2024-04-25 19:48:42 +02:00
parent ab0282355e
commit da508c2c24
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@
#if !defined(QVERSIONTAGGING_H)
#define QVERSIONTAGGING_H
#if 0
#pragma qt_no_master_include
#endif
#include <QtCore/qcompilerdetection.h>
#include <QtCore/qtconfigmacros.h>
#include <QtCore/qtversionchecks.h>