mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 20:23:06 +02:00
add a comment for QProcess non-dangling pointer
This commit is contained in:
parent
77b9c24d99
commit
7c9dc2e2bb
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
extern const char* NUM_FORKS_PARAMETER;
|
||||
|
||||
struct ACProcess {
|
||||
QProcess* process;
|
||||
QProcess* process; // looks like a dangling pointer, but is parented by the AssignmentClientMonitor
|
||||
QString logStdoutPath;
|
||||
QString logStderrPath;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue