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 8e8815b688
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>
bb10
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…
Reference in New Issue