Forgot to save changes
This commit is contained in:
parent
f2b2a7eb4a
commit
6e36691f6c
@ -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);
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user