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

at() member list autocomplete broken

    XMLWordPrintable

Details

    • ba75725a7a6855538a1a5516786440e5ab189f93

    Description

      Up to Creator 2.5.2 this works :

      struct MyStruct
      {
      double a;
      QString b;
      }

      int main(int argc, char *argv[])
      {
      QVector<MyStruct> v;
      v.at(0). // would show the member list (a,b) of MyStruct
      QVector<MyStruct*> pv;
      pv.at(0). // would turn the . into -> and show the member list of MyStruct
      }

      In Creator 2.6 betas this no longer works. This also affects QList.

      Attachments

        Issue Links

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

          Activity

            People

              erikv Erik Verbruggen
              xenakios Teemu Ontero
              Votes:
              1 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes