Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-25010

Clangbackend fails with correct Q_PROPERTY macro

    XMLWordPrintable

Details

    • Bug
    • Resolution: Incomplete
    • Not Evaluated
    • None
    • Qt Creator 4.13.3
    • None

    Description

      Clangbackend fails with Q_PROPERTY macro on one line but context on another. Example:
      This is ok
      Q_PROPERTY(ConnectionState connectionState
      READ connectionState
      WRITE setConnectionState
      NOTIFY connectionStateChanged)
      But with this it fails
      Q_PROPERTY(
      ConnectionState connectionState READ connectionState WRITE setConnectionState NOTIFY
      connectionStateChanged)

      Compiler doenst show any warning so i think the both is right

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            kandeler Christian Kandeler
            atom-tc Anton 0xNULL
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes