Fix QT6_CALL_NEW_OVERLOAD_TAIL
There was a typo in the used macro name. This commit amends 0a3ff697380555538a0d035b768ddf10f772b55a Change-Id: I6b8cb1e3872cb96780af26bfaf722d83d17ba4fe Reviewed-by: Marc Mutz <marc.mutz@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> (cherry picked from commit b5e2607a6dae335ebbd0fc4b053de8b3fe460894) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
002796928b
commit
0d29ebc2f5
@ -121,7 +121,7 @@
|
||||
# define QT6_IMPL_NEW_OVERLOAD QT6_ONLY(Qt::Disambiguated_t)
|
||||
# define QT6_IMPL_NEW_OVERLOAD_TAIL QT6_ONLY(, QT6_IMPL_NEW_OVERLOAD)
|
||||
# define QT6_CALL_NEW_OVERLOAD QT6_ONLY(Qt::Disambiguated)
|
||||
# define QT6_CALL_NEW_OVERLOAD_TAIL QT6_ONLY(, QT_CALL_NEW_OVERLOAD)
|
||||
# define QT6_CALL_NEW_OVERLOAD_TAIL QT6_ONLY(, QT6_CALL_NEW_OVERLOAD)
|
||||
#endif
|
||||
|
||||
/* These two macros makes it possible to turn the builtin line expander into a
|
||||
|
Loading…
x
Reference in New Issue
Block a user