Fixed #6324: Added definition of Q_DISABLE_COPY to qt.cfg

This commit is contained in:
PKEuS 2014-12-14 14:23:13 +01:00
parent 5490fad8c7
commit fef8083ff7
1 changed files with 1 additions and 0 deletions

View File

@ -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&amp;);C&amp; operator=(const C&amp;);" />
<podtype name="qint8" sign="s" size="1"/>
<podtype name="qint16" sign="s" size="2"/>
<podtype name="qint32" sign="s" size="4"/>