qobjectdefs.h - fix comment typo
Pick-to: 6.6 Change-Id: I314c01156daaaf993ff0b80e049327d52e520382 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>bb10
parent
ae9594ea98
commit
7c55651ff2
|
|
@ -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 **));
|
||||
|
|
|
|||
Loading…
Reference in New Issue