diff options
author | Saturneric <[email protected]> | 2022-05-14 18:25:47 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-05-14 18:25:47 +0000 |
commit | eb0178651f46792bacfbe9aeece92e33028b0406 (patch) | |
tree | 72a2021538af076d41a1c0ab8f302c975d4769b1 /src/ui/GpgFrontendUI.h | |
parent | feat(core): upgrade task runner system. (diff) | |
download | GpgFrontend-eb0178651f46792bacfbe9aeece92e33028b0406.tar.gz GpgFrontend-eb0178651f46792bacfbe9aeece92e33028b0406.zip |
feat: improve processing using task runner system
Diffstat (limited to '')
-rw-r--r-- | src/ui/GpgFrontendUI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/GpgFrontendUI.h b/src/ui/GpgFrontendUI.h index b355ec85..9fa9e3a7 100644 --- a/src/ui/GpgFrontendUI.h +++ b/src/ui/GpgFrontendUI.h @@ -44,7 +44,7 @@ #include "GpgFrontend.h" #include "core/GpgFrontendCore.h" #include "core/GpgModel.h" - +#include "core/Thread/ThreadingModel.h" #include "ui/GpgFrontendUIExport.h" /** |