[Interest] QFileInfoList inheritance producing warnings

Guido Seifert wargand at gmx.de
Fri Apr 4 21:38:59 CEST 2014


> Hello All,
> 
> I am in the process of creating a class that I would like to inherit QFileInfoList.


Four words: Do not do it. QList's destructor not virtual -> not meant for inheritance.

Guido
 



More information about the Interest mailing list