aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/thread/FileReadThread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/thread/FileReadThread.h')
-rw-r--r--src/ui/thread/FileReadThread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/thread/FileReadThread.h b/src/ui/thread/FileReadThread.h
index 46ed6cbc..65982848 100644
--- a/src/ui/thread/FileReadThread.h
+++ b/src/ui/thread/FileReadThread.h
@@ -37,7 +37,7 @@ class FileReadThread : public QThread {
signals:
- void sendReadBlock(const QString& block);
+ void sendReadBlock(const std::string& block);
void readDone();