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

Syntax highlighting problem on Windows platform when Clang Code Model activated

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • None
    • Qt Creator 4.3.1, Qt Creator 4.4.0
    • None
    • Windows 7

    Description

      https://gyazo.com/1a02fe2532605ccdd79b0ab7dea32551

      highlighed OK

      https://gyazo.com/921afc5d1ff3170212e630d9792ad3e3

      class body is not highlighted when connecting to a slot

      on MacOS platform everything is OK

      #include <QObject>
      
      class Test : public QObject
      {
      public:
          void connect();
      
      private slots:
          void testSlot();
      };
      
      void Test::connect()
      {
          QObject::connect(this, &QObject::destroyed,
                           this, &Test::testSlot);
      }
      

      Attachments

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

        Activity

          People

            kosjar Nikolai Kosjar
            kusharami Alexandra Cherdantseva
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes