Header contains `signals' - use `Q_SIGNALS' instead!

Change-Id: I5ee1bfd0ce9c98d64b50cc727d414037fafb91c5
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
bb10
Sergio Ahumada 2012-08-29 18:47:39 +02:00 committed by Qt by Nokia
parent c2907968ed
commit ef32abb086
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ public:
virtual bool displayBuffer(QPlatformScreenBuffer *) = 0;
signals:
Q_SIGNALS:
void bufferDisplayed(QPlatformScreenBuffer *);
void bufferReleased(QPlatformScreenBuffer *);
};