diff -r 690cc84e9fd6 -r 1b536e268519 QTfrontend/net/recorder.h --- 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; };