https://bugs.kde.org/show_bug.cgi?id=404327

            Bug ID: 404327
           Summary: support multi-line Q_PROPERTY
           Product: clazy
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
  Target Milestone: ---

clazy reports:
 Q_PROPERTY(int maxTrianglesPerTexel READ maxTrianglesPerTexel WRITE
setMaxTrianglesPerTexel NOTIFY
=> Q_PROPERTY should have either NOTIFY or CONSTANT

the code is:

    Q_PROPERTY(int maxTrianglesPerTexel READ maxTrianglesPerTexel WRITE
setMaxTrianglesPerTexel NOTIFY
                   maxTrianglesPerTexelChanged)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to