gui: ipc: Support cancellation of preview generation

Esse commit está contido em:
2022-05-28 17:24:42 +02:00
commit 2591a4ccba
4 arquivos alterados com 37 adições e 19 exclusões

Ver Arquivo

@@ -15,6 +15,10 @@ class IPCPreviewWorker : public QObject
public:
IPCPreviewWorker();
void start(RenderConfig config, const QVector<RenderTarget> &targets, QLocalSocket *peer);
void stop();
signals:
void previewGenerated(QByteArray);
void finished();
};
#endif // IPCPREVIEWWORKER_H