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

Auto completeion for const methods

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P3: Somewhat important
    • None
    • Qt Creator 1.3.85 (2.0.0-rc1)
    • C/C++/Obj-C++ Support
    • None

    Description

      For the methods declared as const with no arguments implementation auto completion does not print 'const' keyword. E.g. for

       
      class Foo {
      void foo() const;
      }
      
      void Foo:: [Cursor]
      

      auto complete will prompt

      void Foo::foo()

      but not

       void Foo::foo() const

      Attachments

        Issue Links

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

          Activity

            People

              kosjar Nikolai Kosjar
              kolam Paul Kolomiets
              Votes:
              5 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes