32#ifndef _QX_QT_META_OBJECT_H_
33#define _QX_QT_META_OBJECT_H_
46#include <QtCore/qmetaobject.h>
47#include <QtCore/qmetatype.h>
62 enum {
is_valid = (std::is_base_of<QObject, T>::value) };
64 static const QMetaObject *
get()
69 template <
bool isQObject ,
int dummy>
71 {
static inline const QMetaObject *
get() {
return NULL; } };
75 {
static inline const QMetaObject *
get() {
return (& T::staticMetaObject); } };
Root namespace for all QxOrm library features.