Forgot to save changes

This commit is contained in:
ArsenArsen 2017-06-06 01:28:19 +02:00
parent f2b2a7eb4a
commit 6e36691f6c
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@ public slots:
bool start(RecordingContext *context);
// Returns false if not running
bool end();
void queue(QByteArray arr);
private slots:
void timeout();
void startWithArea(QRect newArea);

View File

@ -22,6 +22,7 @@ private:
std::function<void(QImage)> consumer;
std::function<bool()> validator;
std::function<QByteArray()> finalizer;
std::vector<QImage> frames;
QImage::Format iFormat;
QDir tmpDir;
int frame = 0;