Hide error triangles in Qt Creator
-
Hello,
I would like to hide the error triangles on the left side of Qt Creator.When i am writing code i want to think about writing code, not about the warning that i obviously havent closed the current line with a ; yet. Or any other warning. Oncre i compile i can start to look over what the compiler dislikes.
Thank you in advance.
-
Hello,
I would like to hide the error triangles on the left side of Qt Creator.When i am writing code i want to think about writing code, not about the warning that i obviously havent closed the current line with a ; yet. Or any other warning. Oncre i compile i can start to look over what the compiler dislikes.
Thank you in advance.
@Charon117
Switch off the clang Code Model, that's where the warnings come from. -
@Charon117 said in Hide error triangles in Qt Creator:
If you meant something else i wouldnt know where to look.
He said
CLang code model
and this is a plugin in your QtCreator.