qobjectdefs.h - fix comment typo

Pick-to: 6.6
Change-Id: I314c01156daaaf993ff0b80e049327d52e520382
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
bb10
Axel Spoerl 2023-08-17 10:57:11 +02:00
parent ae9594ea98
commit 7c55651ff2
1 changed files with 1 additions and 1 deletions

View File

@ -568,7 +568,7 @@ inline const QMetaObject *QMetaObject::superClass() const
{ return d.superdata; }
namespace QtPrivate {
/* Trait that tells is a the Object has a Q_OBJECT macro */
// Trait that tells if a QObject has a Q_OBJECT macro
template <typename Object> struct HasQ_OBJECT_Macro {
template <typename T>
static char test(int (T::*)(QMetaObject::Call, int, void **));