diff options
author | Jocelyn Turcotte <[email protected]> | 2013-09-09 15:55:04 +0200 |
---|---|---|
committer | The Qt Project <[email protected]> | 2013-09-12 16:54:03 +0200 |
commit | 526f111b059e18414e3a03c7f9a2b8c2ed65be7a (patch) | |
tree | d4006eb9b88fae752345be33a8b74889908d9562 /src/particles/qquickparticleextruder_p.h | |
parent | 48f278f723cc1527b1e785c416192083e67dc292 (diff) |
Allow QtQuick private headers to be used with QT_NO_KEYWORDS.
This is necessary for the QtWebEngine module.
This also adds an empty nokeywords test using the same mechanism
as qtbase/tests/auto/tools/moc/no-keywords.h to find conflicts
at compile time.
Change-Id: I9df541720797dd61f078178c2af68ead18ff8bfe
Reviewed-by: Simon Hausmann <[email protected]>
Diffstat (limited to 'src/particles/qquickparticleextruder_p.h')
-rw-r--r-- | src/particles/qquickparticleextruder_p.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/particles/qquickparticleextruder_p.h b/src/particles/qquickparticleextruder_p.h index 36edc9cf06..c6d717dabe 100644 --- a/src/particles/qquickparticleextruder_p.h +++ b/src/particles/qquickparticleextruder_p.h @@ -57,8 +57,8 @@ public: virtual QPointF extrude(const QRectF &); virtual bool contains(const QRectF &bounds, const QPointF &point); -signals: -public slots: +Q_SIGNALS: +public Q_SLOTS: protected: }; |