aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/PlainTextEditorPage.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2023-10-27 13:21:03 +0000
committersaturneric <[email protected]>2023-10-27 13:21:03 +0000
commit41c12e92031284e357bab04fe6e08b45c6dd3ba8 (patch)
treee5750afe5feee6cca15aa9b3b0915012047e3aba /src/ui/widgets/PlainTextEditorPage.cpp
parentfeat: gather more gnupg info to rt (diff)
downloadGpgFrontend-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.cpp2
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);