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

Class name after __declspec(dllexport) is not highlighted

XMLWordPrintable

    • 9ee693ee229d28bd618e8dd44bc6b12750d43a29 (qt-creator/qt-creator/master)

      class __declspec(dllexport) Foo
      {
          int bar; // Find Usages doesn't find the usage below
      };
      
      int main()
      {
          Foo foo;
          foo.bar; // bar is not highlighted when the caret is on it
      }

      The regression from 2.5 (QTCREATORBUG-7712) was fixed, but still the basic case doesn't work.

        For Gerrit Dashboard: QTCREATORBUG-7866
        # Subject Branch Project Status CR V

            kandeler Christian Kandeler
            orgads Orgad Shaneh
            Votes:
            3 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes