What is @ sign in @disable-check M16 ?
Unsolved
QML and Qt Quick
-
Hi;
To fix a bug in Qt Creator ( invalid property name 'x' (M16) for button) , I find a solusion at link bellow :
http://stackoverflow.com/questions/28899984/qt-invalid-property-name-x-m16-for-buttonSo , what is @ sign in : // @disable-check M16 ?
Thanks.
MSD. -
Hi,
The @ isn't anything special. It's
@disable-check M
that is the base of the suppression string you can use. So in your case you are suppressing the message number 16. Here you have a list of the checks done.