4#ifndef QQMLNULLABLEVALUE_P_H
5#define QQMLNULLABLEVALUE_P_H
18#include <QtCore/private/qglobal_p.h>
35 operator T()
const {
return value; }
Combined button and popup list for selecting options.
EGLOutputLayerEXT EGLint EGLAttrib value
[5]
QQmlNullableValue< T > & operator=(const QQmlNullableValue< T > &o)
QQmlNullableValue(const QQmlNullableValue< T > &o)
QQmlNullableValue(const T &t)
QQmlNullableValue< T > & operator=(const T &t)