diff options
author | Saturneric <[email protected]> | 2022-01-02 08:40:17 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-01-02 08:40:17 +0000 |
commit | 5c9f64f4a41cc84a273db0726fe34388fe7b9935 (patch) | |
tree | 26ca494783647b63435710f956e8362befe8a64f /src/ui/function/FileReadThread.h | |
parent | <fixed>(core, ui): fixed bugs in result analyse (diff) | |
download | GpgFrontend-5c9f64f4a41cc84a273db0726fe34388fe7b9935.tar.gz GpgFrontend-5c9f64f4a41cc84a273db0726fe34388fe7b9935.zip |
<feat, refactor>(ui): change smtp test to multiply thread
Diffstat (limited to 'src/ui/function/FileReadThread.h')
-rw-r--r-- | src/ui/function/FileReadThread.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/function/FileReadThread.h b/src/ui/function/FileReadThread.h index ebfcfb3c..46ed6cbc 100644 --- a/src/ui/function/FileReadThread.h +++ b/src/ui/function/FileReadThread.h @@ -26,6 +26,7 @@ #define GPGFRONTEND_FILEREADTHREAD_H #include "ui/GpgFrontendUI.h" + namespace GpgFrontend::UI { class FileReadThread : public QThread { @@ -35,7 +36,7 @@ class FileReadThread : public QThread { explicit FileReadThread(std::string path); signals: - + void sendReadBlock(const QString& block); void readDone(); |