Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 2.7.2, Qt Creator 2.8.0
-
None
-
01252c53df8da22467c7540c62eeec9426d0b639
Description
When qtcreator autocompletes the Q_PROPERTY line it adds a ';' to the end of the line, qtcreator then adds a warning saying "extra ';'"
Q_PROPERTY(type name READ name WRITE setname NOTIFY nameChanged);