Ensure thread is stopped before deleting QThread

PR #18178.
Backports #18037.
This commit is contained in:
Vladimir Golovnev
2022-12-10 10:14:45 +03:00
committed by GitHub
parent 24bf8eef6d
commit 97a053916b
18 changed files with 131 additions and 67 deletions

View File

@@ -101,6 +101,7 @@ add_library(qbt_base STATIC
utils/password.h
utils/random.h
utils/string.h
utils/thread.h
utils/version.h
version.h
@@ -183,6 +184,7 @@ add_library(qbt_base STATIC
utils/password.cpp
utils/random.cpp
utils/string.cpp
utils/thread.cpp
)
target_link_libraries(qbt_base