Hide error triangles in Qt Creator
-
wrote on 4 Apr 2021, 10:48 last edited by
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.
wrote on 4 Apr 2021, 12:35 last edited by@Charon117
Switch off the clang Code Model, that's where the warnings come from. -
wrote on 4 Apr 2021, 13:55 last edited by
I dont use Clang, i use Mingw. If you meant something else i wouldnt know where to look.
-
@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. -
wrote on 4 Apr 2021, 15:40 last edited by
Triangles are still there.
1/5