Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Open destination folders on macOS in separate thread
In some unknown way, the one line in Objective-C affects Qt's main loop causing the crash in QApplication::exec() on processing next event after that call. Even crash doesn't happen exactly after this call, it will happen on application exit. Call stack and disassembly are the same in all cases. But running that code in another thread solves the issue.
- Loading branch information