diff -r d3ebf84e9fad -r 909141b17f68 QTfrontend/playrecordpage.h --- 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;