views:

10

answers:

1

I'm currently using QtCreator 2.0, it seems that an auto spell checking feature is enabled by default, you known, sometimes it's really annoying. So I looked around in the options, but find no switcher exists for me to turn it off. How can I disable it? Thanks in advance.

A: 

Are you sure that it is doing spell-check?

If you are referring to the green underlining it may have to do with unused variables, which will be underlined until they are actually used.

If you are referring to the red underlining it has to do with syntax issues.

Chance
Yes, I made the mistake, they are unused variables as you said.
Cliffwolf