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

[Reg 4.4->4.5] No completion after qualification (::)

    XMLWordPrintable

Details

    Description

      There is no completion for static methods or variables.

      class Foo {
      public:
          static void bar() { }
          void blubb() { }
          
          int x;
          static int y;
      };
      
      int main(int argc, char *argv[])
      {
      }
      

      No completion after typing e.g. Foo:: in main.
      There is completion for variables of type Foo though, Foo f; f. shows completion.

      Attachments

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

        Activity

          People

            kosjar Nikolai Kosjar
            con Eike Ziller
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes