Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. What is @ sign in @disable-check M16 ?

What is @ sign in @disable-check M16 ?

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
3 Posts 2 Posters 3.7k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    MSDQuick
    wrote on 26 Apr 2016, 06:48 last edited by
    #1

    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-button

    So , what is @ sign in : // @disable-check M16 ?

    Thanks.
    MSD.

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 26 Apr 2016, 21:21 last edited by
      #2

      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.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      M 1 Reply Last reply 28 Apr 2016, 02:29
      0
      • S SGaist
        26 Apr 2016, 21:21

        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.

        M Offline
        M Offline
        MSDQuick
        wrote on 28 Apr 2016, 02:29 last edited by
        #3

        @SGaist
        Thanks a lot ...

        1 Reply Last reply
        0

        1/3

        26 Apr 2016, 06:48

        • Login

        • Login or register to search.
        1 out of 3
        • First post
          1/3
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved