aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/EditorPage.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ui/widgets/EditorPage.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/widgets/EditorPage.h b/src/ui/widgets/EditorPage.h
index 4d7d7ab6..0f637500 100644
--- a/src/ui/widgets/EditorPage.h
+++ b/src/ui/widgets/EditorPage.h
@@ -89,11 +89,14 @@ class EditorPage : public QWidget {
const QString uuid = QUuid::createUuid().toString();
+ void readFile();
+
private:
QTextEdit* textPage; /** The textedit of the tab */
QVBoxLayout* mainLayout; /** The layout for the tab */
QString fullFilePath; /** The path to the file handled in the tab */
bool signMarked{}; /** true, if the signed header is marked, false if not */
+ QThread* readThread = nullptr;
private slots: