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

Completion doesn't work for typedefs

XMLWordPrintable

    • 345909a55ace8e4c62ee87d83518dc1beb06fb7d

      Steps to reproduce / test case:

      struct test 
      { 
      int a; 
      QString b; 
      }; 
      
      typedef QList<test> TestList; 
      TestList myList; 
      myList.at(0). // <-- no completion
      

      This example works if I declare myList directly as a QList.

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

            raggi Roberto Raggi
            sthomass Stian Sandvik Thomassen (closed Nokia identity) (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes