Home | History | Annotate | Download | only in qwebframe

Lines Matching refs:CustomType

43 struct CustomType {
46 Q_DECLARE_METATYPE(CustomType)
71 Q_PROPERTY(CustomType propWithCustomType READ propWithCustomType WRITE setPropWithCustomType)
210 CustomType propWithCustomType() const {
213 void setPropWithCustomType(const CustomType &c) {
511 CustomType m_customType;