qobjectdefs.h - fix comment typo
Change-Id: I314c01156daaaf993ff0b80e049327d52e520382 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> (cherry picked from commit 7c55651ff2537fdc9b7c8667aff38d98c0cd9b65) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
1b86653088
commit
88ec95d25f
@ -568,7 +568,7 @@ inline const QMetaObject *QMetaObject::superClass() const
|
|||||||
{ return d.superdata; }
|
{ return d.superdata; }
|
||||||
|
|
||||||
namespace QtPrivate {
|
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 Object> struct HasQ_OBJECT_Macro {
|
||||||
template <typename T>
|
template <typename T>
|
||||||
static char test(int (T::*)(QMetaObject::Call, int, void **));
|
static char test(int (T::*)(QMetaObject::Call, int, void **));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user