Hello everyone,

I've been compiling smoothly since 5 minutes ago, now the compiler (MinGW) complains a huge error list when it tries to compile a my simple header file. All the errors are from qt files, such as: qlist.h, qvector.h, qaccessible.h and repeating many times that "'qMalloc' cannot be used as a function", between the lots of logs.
Everything was going allright, and I don't remeber such important edits before the error showed.
So, what could be the reasons for which a compiler should log infinite errors in the library, even when it has not been touched? Some idea? Could be a unclosed brace? The re-definition of a qt reserved word? What else could it be??

Thank you all in advance