32#ifndef _QX_IS_QT_VARIANT_COMPATIBLE_H_
33#define _QX_IS_QT_VARIANT_COMPATIBLE_H_
46#include <QtCore/qvariant.h>
59{
enum {
value = (std::is_enum<T>::value || std::is_integral<T>::value) }; };
94#if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0))
98#ifdef _QX_ENABLE_QT_GUI
List of parameters to compile and build QxOrm library.
Root namespace for all QxOrm library features.
qx::trait::is_qt_variant_compatible<T>::value : return true if T can be host into a QVariant object o...