From: Rohan McGovern Date: Mon, 5 Mar 2012 06:12:48 +0000 (+1000) Subject: Fixed QQuickCanvas header with QT_NO_KEYWORDS X-Git-Tag: qt-v5.0.0-alpha1~241 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3e63473bd92b4d70ff6466fe5ebc7aa085c2dbfd;p=profile%2Fivi%2Fqtdeclarative.git Fixed QQuickCanvas header with QT_NO_KEYWORDS slots -> Q_SLOTS Change-Id: I971a0077a2606e197e9542ccb864e57d0b0e9f4f Reviewed-by: Jason McDonald --- diff --git a/src/quick/items/qquickcanvas.h b/src/quick/items/qquickcanvas.h index 0b6b01b..4ac9509 100644 --- a/src/quick/items/qquickcanvas.h +++ b/src/quick/items/qquickcanvas.h @@ -124,7 +124,7 @@ Q_SIGNALS: void afterRendering(); void clearColorChanged(const QColor &); -public slots: +public Q_SLOTS: void releaseResources(); protected: