Fixed #6324: Added definition of Q_DISABLE_COPY to qt.cfg
This commit is contained in:
parent
5490fad8c7
commit
fef8083ff7
|
@ -70,6 +70,7 @@
|
|||
</function>
|
||||
<define name="Q_DECL_EXPORT" value=""/>
|
||||
<define name="Q_DECL_IMPORT" value=""/>
|
||||
<define name="Q_DISABLE_COPY(C)" value="C(C&);C& operator=(const C&);" />
|
||||
<podtype name="qint8" sign="s" size="1"/>
|
||||
<podtype name="qint16" sign="s" size="2"/>
|
||||
<podtype name="qint32" sign="s" size="4"/>
|
||||
|
|
Loading…
Reference in New Issue