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

Completion doesn't work for typedefs

    XMLWordPrintable

Details

    • 345909a55ace8e4c62ee87d83518dc1beb06fb7d

    Description

      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.

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes