diff options
author | saturneric <[email protected]> | 2024-01-16 03:49:50 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-01-16 03:49:50 +0000 |
commit | 4994f4eaa1211d402b791660ad6221154a4c2405 (patch) | |
tree | c3f0cdc0008849de79c6bd8030c0c65c5d02f9f3 /src/ui/thread/KeyServerImportTask.h | |
parent | fix: slove a heap-use-after-free problem (diff) | |
download | GpgFrontend-4994f4eaa1211d402b791660ad6221154a4c2405.tar.gz GpgFrontend-4994f4eaa1211d402b791660ad6221154a4c2405.zip |
fix: make task and threading system safer
Diffstat (limited to 'src/ui/thread/KeyServerImportTask.h')
-rw-r--r-- | src/ui/thread/KeyServerImportTask.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/thread/KeyServerImportTask.h b/src/ui/thread/KeyServerImportTask.h index c03283c9..8797916c 100644 --- a/src/ui/thread/KeyServerImportTask.h +++ b/src/ui/thread/KeyServerImportTask.h @@ -54,7 +54,7 @@ class KeyServerImportTask : public Thread::Task { * @brief * */ - void Run() override; + auto Run() -> int override; signals: |