class testAddConstViaChangeSig{
private:
int m_ia;
public:
testAddConstViaChangeSig():m_ia(1){
}
void func2()const{
}
};
Change void func2(){...} into void func2()const{...} .I can reproduce this problem.
And I always have VA Options -> Advanced -> Display -> use tomato icons option on.Try this.