changeset 581 | 909141b17f68 |
parent 580 | d3ebf84e9fad |
child 627 | 92e136c3eb46 |
--- a/QTfrontend/playrecordpage.h Mon Aug 20 18:11:43 2007 +0000 +++ b/QTfrontend/playrecordpage.h Mon Aug 20 18:47:24 2007 +0000 @@ -30,9 +30,14 @@ Q_OBJECT public: + enum RecordType { + RT_Demo, + RT_Save + }; + PagePlayDemo(QWidget* parent = 0); - void FillFromDir(QDir dir, const QString & extension); + void FillFromDir(RecordType rectype); QPushButton *BtnBack; QPushButton *BtnPlayDemo;