Remove extra semicolon in declaration of QMacAutoReleasePool
Change-Id: Ie7f92fae5f80fc2a8b4dae58f6688ea47dbcb95b Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
This commit is contained in:
parent
925d6eff3e
commit
76cd806e6d
@ -602,7 +602,7 @@ public:
|
|||||||
QMacAutoReleasePool();
|
QMacAutoReleasePool();
|
||||||
~QMacAutoReleasePool();
|
~QMacAutoReleasePool();
|
||||||
private:
|
private:
|
||||||
Q_DISABLE_COPY(QMacAutoReleasePool);
|
Q_DISABLE_COPY(QMacAutoReleasePool)
|
||||||
NSAutoreleasePool *pool;
|
NSAutoreleasePool *pool;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user