aboutsummaryrefslogtreecommitdiffstats
path: root/include/ui/widgets/EditorPage.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-07-06 03:01:22 +0000
committerSaturneric <[email protected]>2021-07-06 03:01:22 +0000
commitad507f2373e6fada6b92e4f4a6d1374bca011c3d (patch)
treea58a794b410fb4ccdd52908ed0f62a5253ad9ba1 /include/ui/widgets/EditorPage.h
parentMerge branch 'main' of https://github.com/saturneric/GpgFrontend (diff)
parentFix issues. (diff)
downloadGpgFrontend-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.h4
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 */