Improve text coloring in log

This commit is contained in:
2024-06-04 16:41:50 +02:00
parent 342e5cc5db
commit 9519c9830c
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -13,6 +13,7 @@ class BatchProcessing : public QDialog
QString _scriptBasePath;
QFileSystemWatcher _fileWatcher;
Script::ScriptEngineThread *_engineThread = nullptr;
QColor _textColor;
private slots:
void scanScriptDir();
public: