Ensure thread is stopped before deleting QThread

PR #18037.
This commit is contained in:
Vladimir Golovnev
2022-12-08 08:37:14 +03:00
committed by GitHub
parent 31c7306bd2
commit ac3ad17a9e
18 changed files with 134 additions and 76 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