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

at() member list autocomplete broken

XMLWordPrintable

    • ba75725a7a6855538a1a5516786440e5ab189f93

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes