Skip to content
Commit 3a546dd1 authored by Milian Wolff's avatar Milian Wolff
Browse files

properly take constness during code completion into account

- when accessing a const object, only show const methods
- when accessign a non-const object, prefer non-const overloads
to the const ones, but still show const methods if they are not overloaded

CCBUG: 267877
parent 2b8c6ea6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment