aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/function/FileReadThread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/function/FileReadThread.h')
-rw-r--r--src/ui/function/FileReadThread.h3
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();