Fixed a Crash Error
Pre-release
Pre-release
·
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.