--- a/QTfrontend/ui/page/pagevideos.h Fri Jul 06 13:22:33 2012 +0400
+++ b/QTfrontend/ui/page/pagevideos.h Fri Jul 06 19:15:44 2012 +0400
@@ -26,6 +26,7 @@
class GameUIConfig;
class HWRecorder;
class VideoItem;
+class HWForm;
class PageVideos : public AbstractPage
{
@@ -54,6 +55,8 @@
void setDefaultCodecs();
bool tryCodecs(const QString & format, const QString & vcodec, const QString & acodec);
void addRecorder(HWRecorder* pRecorder);
+ bool tryQuit(HWForm *form);
+ QString getVideosInProgress(); // get multi-line string with list of videos in progress
private:
// virtuals from AbstractPage
@@ -91,6 +94,8 @@
// (in signal cellChanged)
bool nameChangedFromCode;
+ int numRecorders;
+
private slots:
void changeAVFormat(int index);
void changeUseGameRes(int state);