Quote Originally Posted by Seishin View Post
I want to make a subclass of QList for any type T.
QList already is list of arbitrary type T. It already is a template class.