Forgot to save changes
This commit is contained in:
parent
f2b2a7eb4a
commit
6e36691f6c
@ -29,6 +29,7 @@ public slots:
|
|||||||
bool start(RecordingContext *context);
|
bool start(RecordingContext *context);
|
||||||
// Returns false if not running
|
// Returns false if not running
|
||||||
bool end();
|
bool end();
|
||||||
|
void queue(QByteArray arr);
|
||||||
private slots:
|
private slots:
|
||||||
void timeout();
|
void timeout();
|
||||||
void startWithArea(QRect newArea);
|
void startWithArea(QRect newArea);
|
||||||
|
@ -22,6 +22,7 @@ private:
|
|||||||
std::function<void(QImage)> consumer;
|
std::function<void(QImage)> consumer;
|
||||||
std::function<bool()> validator;
|
std::function<bool()> validator;
|
||||||
std::function<QByteArray()> finalizer;
|
std::function<QByteArray()> finalizer;
|
||||||
|
std::vector<QImage> frames;
|
||||||
QImage::Format iFormat;
|
QImage::Format iFormat;
|
||||||
QDir tmpDir;
|
QDir tmpDir;
|
||||||
int frame = 0;
|
int frame = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user