running Astyle. No functional changes.
This commit is contained in:
parent
010eb1c8cb
commit
87a42cd0f6
|
@ -70,7 +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&);" />
|
||||
<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