Brief description of class still missing. More...
Brief description of class still missing.
This is just a redefinition of the basic allocation operators put #include "qtbmemorychecker.h" at the beginning of all your files. It must be the last include to avoid disturbing other libraries.
In order to use memory checker, you must init CoreApplication:
int main(int argc, char ** argv) { CoreApplication a(argc, argv); ... return 0 }