Add ### Qt6 comment requested in code-review

Task-number: QTBUG-73484
Change-Id: I7c1c5faf3d32fa21d8d2277ec434084450290156
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
bb10
Edward Welbourne 2019-02-22 15:58:11 +01:00
parent 8c10255e37
commit 241533962c
1 changed files with 1 additions and 0 deletions

View File

@ -158,6 +158,7 @@ QT_END_NAMESPACE
Q_DECLARE_METATYPE(QDBusArgument)
QT_BEGIN_NAMESPACE
// ### Qt6: remove the defaulted T * = nullptr from these two (MSVC6 work-around):
template<typename T> inline T qdbus_cast(const QDBusArgument &arg, T * = nullptr)
{
T item;