QCborStreamReader::lastError() - fix REMOVED_SINCE version
The definition in removed_api.cpp is added within the proper #ifdef block, only the version in the header was wrong. Amends 8e8815b688684f5b267db1c2d8ac99c8f7f7637a Found in 6.7 API Review Pick-to: 6.7 Change-Id: I0a94bfaae8b3db700c794aa83d9637ec85edffb1 Reviewed-by: Marc Mutz <marc.mutz@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
ab6e3c59a3
commit
a4518cc706
@ -77,7 +77,7 @@ public:
|
||||
void clear();
|
||||
void reset();
|
||||
|
||||
#if QT_CORE_REMOVED_SINCE(6, 6)
|
||||
#if QT_CORE_REMOVED_SINCE(6, 7)
|
||||
QCborError lastError();
|
||||
#endif
|
||||
QCborError lastError() const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user