diff options
author | saturneric <[email protected]> | 2023-10-27 13:21:03 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-10-27 13:21:03 +0000 |
commit | 41c12e92031284e357bab04fe6e08b45c6dd3ba8 (patch) | |
tree | e5750afe5feee6cca15aa9b3b0915012047e3aba /src/ui/widgets/PlainTextEditorPage.cpp | |
parent | feat: gather more gnupg info to rt (diff) | |
download | GpgFrontend-41c12e92031284e357bab04fe6e08b45c6dd3ba8.tar.gz GpgFrontend-41c12e92031284e357bab04fe6e08b45c6dd3ba8.zip |
feat: improve thread system and gathering gnupg options info to rt
Diffstat (limited to 'src/ui/widgets/PlainTextEditorPage.cpp')
-rw-r--r-- | src/ui/widgets/PlainTextEditorPage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widgets/PlainTextEditorPage.cpp b/src/ui/widgets/PlainTextEditorPage.cpp index 483973f2..1ac12d0d 100644 --- a/src/ui/widgets/PlainTextEditorPage.cpp +++ b/src/ui/widgets/PlainTextEditorPage.cpp @@ -175,7 +175,7 @@ void PlainTextEditorPage::ReadFile() { const auto target_path = this->full_file_path_.toStdString(); - auto *task_runner = + auto task_runner = GpgFrontend::Thread::TaskRunnerGetter::GetInstance().GetTaskRunner(); auto *read_task = new FileReadTask(target_path); |