mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Don't enumerate window titles when we just need a list of PIDs
This commit is contained in:
@@ -396,7 +396,7 @@ void LiveCapture::childUpdate()
|
||||
}
|
||||
|
||||
// enumerate processes outside of the lock
|
||||
QProcessList processes = QProcessInfo::enumerate();
|
||||
QProcessList processes = QProcessInfo::enumerate(false);
|
||||
|
||||
// now since we're adding and removing, we lock around the whole rest of the function. It won't be
|
||||
// too slow.
|
||||
|
||||
Reference in New Issue
Block a user