Rate limit conversion from script

This commit is contained in:
2024-03-26 14:54:19 +01:00
parent 174134a9ee
commit c3588e1c36
4 changed files with 15 additions and 5 deletions
+2
View File
@@ -6,6 +6,7 @@
#include <QFileInfo>
#include <QThread>
#include <QThreadPool>
#include <QSemaphore>
#include "database.h"
namespace Script
@@ -19,6 +20,7 @@ class ScriptEngine : public QObject
QJSEngine *_jsEngine;
Database *_database;
QThreadPool *_pool;
QSemaphore _semaphore;
QString _scriptPath;
QString _outputDir;
QStringList _paths;