#ifndef FOO_H #define FOO_H #include template class Foo: public QMap { public: ~Foo() { // write "this->" here cause a crash } }; #endif // FOO_H