Fixed a Crash Error
Pre-release
Pre-release
AmericanEnglish
released this
24 Nov 04:53
·
7 commits
to master
since this release
If you wanted too long after finishing a search to search again. The program would crash. This is because it attempted to check QThread->isRunning() but the crash was that QThread *thing == nullptr so it crashed when unable to use the method.