Manual changes to make debug info configurable.

This commit is contained in:
Andreas Krüger 2025-10-12 03:34:26 +02:00 committed by Chris-AC9KH
parent a29ede47dc
commit 5deee2e903
18 changed files with 102 additions and 153 deletions

View file

@ -24,6 +24,8 @@
#include <QTimer>
Do not let youself be confused:
This source file does not presently take part in the build.
Decoder::Decoder(QObject *parent):
QObject(parent)
@ -158,3 +160,5 @@ void Worker::start(QString path, QStringList args){
void Worker::quit(){
setProcess(nullptr);
}
Q_LOGGING_CATEGORY(decoder_js8, "decoder.js8", QtWarningMsg)