How to ignore semantic issues on Qt Creator

Viewed 1202

I dont want to see semantic issues anymore. There are lots of them. Does anyone know how i figure out this problem?

headache semantic issues

1 Answers

You need to uncheck some options in Tools > Options > Text Editor > Display.

Try unchecking the line annotations option:

enter image description here

Related