[Qt-interest] 'foreach' macro collision
Alessandro Portale
alessandro.portale at nokia.com
Thu Nov 18 23:15:50 CET 2010
On 11/18/2010 11:08 PM, Portale Alessandro (Nokia-MS-Qt/Berlin) wrote:
> CONFIG += no_keywords
The me add that this will also remove Qt's keywords like "signals",
"slots" and "emit". When disabling Qt's keywords with no_keywords, You
need to use the Q_* equivalents of those, too:
http://doc.qt.nokia.com/4.7/signalsandslots.html#using-qt-with-3rd-party-signals-and-slots
More information about the Qt-interest-old
mailing list