Fix console log window error

This commit is contained in:
Krad
2021-12-07 14:10:43 +08:00
parent 3db49c8cfb
commit fb20bac489
2 changed files with 16 additions and 9 deletions

View File

@@ -42,4 +42,6 @@ private:
QTextEdit* output;
int fdStdOut;
int fdguistd[2];
char* buffer = nullptr;
const int bufferSize = 4096;
};