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

Template instantiation not handled in return value

XMLWordPrintable

    • ba75725a7a6855538a1a5516786440e5ab189f93

      #include <QList>
      
      struct Foo
      {
          void foo() {}
      };
      
      int main()
      {
          QList<Foo> list;
          list.first().| // No completion
          return 0;
      }

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

            erikv Erik Verbruggen
            orgads Orgad Shaneh
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes