diff options
author | Saturneric <[email protected]> | 2021-07-06 03:01:22 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-07-06 03:01:22 +0000 |
commit | ad507f2373e6fada6b92e4f4a6d1374bca011c3d (patch) | |
tree | a58a794b410fb4ccdd52908ed0f62a5253ad9ba1 /include/ui/widgets/EditorPage.h | |
parent | Merge branch 'main' of https://github.com/saturneric/GpgFrontend (diff) | |
parent | Fix issues. (diff) | |
download | GpgFrontend-ad507f2373e6fada6b92e4f4a6d1374bca011c3d.tar.gz GpgFrontend-ad507f2373e6fada6b92e4f4a6d1374bca011c3d.zip |
Merge branch 'develop' into main
Diffstat (limited to 'include/ui/widgets/EditorPage.h')
-rw-r--r-- | include/ui/widgets/EditorPage.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/ui/widgets/EditorPage.h b/include/ui/widgets/EditorPage.h index a06d6cd6..720f60c3 100644 --- a/include/ui/widgets/EditorPage.h +++ b/include/ui/widgets/EditorPage.h @@ -47,7 +47,6 @@ QT_END_NAMESPACE */ class EditorPage : public QWidget { Q_OBJECT - public: /** * @details Add layout and add plaintextedit @@ -89,6 +88,9 @@ public: */ void closeNoteByClass(const char *className); + + const QString uuid = QUuid::createUuid().toString(); + private: QTextEdit *textPage; /** The textedit of the tab */ QVBoxLayout *mainLayout; /** The layout for the tab */ |