mirror of
https://github.com/JS8Call-improved/JS8Call-improved
synced 2026-08-13 17:47:36 -04:00
Manual changes to make debug info configurable.
This commit is contained in:
parent
a29ede47dc
commit
5deee2e903
18 changed files with 102 additions and 153 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue