QTfrontend/net/recorder.h
changeset 13644 1b536e268519
parent 11046 47a8c19ecb60
child 14629 8ffa0c27f434
--- a/QTfrontend/net/recorder.h	Wed Aug 08 15:22:34 2018 +0200
+++ b/QTfrontend/net/recorder.h	Wed Aug 08 18:36:12 2018 +0200
@@ -35,6 +35,7 @@
         virtual ~HWRecorder();
 
         void EncodeVideo(const QByteArray & record);
+        void abort();
         bool simultaneousRun();
 
         VideoItem * item; // used by pagevideos
@@ -53,6 +54,7 @@
 
     private:
         bool finished;
+        bool aborted;
         GameUIConfig * config;
 };