class PropList : public QList<Property> { /* list of properties*/ public: PropList() { setAutoDelete( TRUE ); } };
PropList() { setAutoDelete( TRUE ); } };