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

Smart syntax completion doesn't work with template base.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Not Evaluated Not Evaluated
    • None
    • Qt Creator 2.5.0-rc
    • Editors
    • None
    • windows 7

      struct Base
      {
      int a;
      };

      template <class T> class Foo: public T { };

      void test()

      { Foo<Base> f; f.a ; // "f." smart syntax completion doesn't work. }

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

            davschul David Schulz
            jrry7 jerry
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes