Details
-
Bug
-
Resolution: Cannot Reproduce
-
Not Evaluated
-
None
-
Qt Creator 2.8.1
-
None
-
Mac OSX - Version 10.8.5
Description
Qt Creator show a error of expected ')' before 'MEMBER', but the code is compiled with no error.
Ex:
Q_PROPERTY(int port MEMBER m_port NOTIFY portChanged() )
Q_PROPERTY(QString address MEMBER m_address )