diff options
author | Saturneric <[email protected]> | 2021-11-28 04:35:01 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-11-28 04:35:01 +0000 |
commit | b5b3ba7b1dc52a8dbae2a3a6970b44ede827f060 (patch) | |
tree | 7dffd4f4e6684d078616d88999590b95e8a56410 /src/ui/widgets/TextEdit.h | |
parent | UI Framework Modified. (diff) | |
download | GpgFrontend-b5b3ba7b1dc52a8dbae2a3a6970b44ede827f060.tar.gz GpgFrontend-b5b3ba7b1dc52a8dbae2a3a6970b44ede827f060.zip |
Can be compiled with minimal UI support.
Diffstat (limited to 'src/ui/widgets/TextEdit.h')
-rw-r--r-- | src/ui/widgets/TextEdit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/widgets/TextEdit.h b/src/ui/widgets/TextEdit.h index 6af70345..91bacf65 100644 --- a/src/ui/widgets/TextEdit.h +++ b/src/ui/widgets/TextEdit.h @@ -84,13 +84,13 @@ class TextEdit : public QWidget { * @details Return pointer to the currently activated text edit tab page. * */ - [[nodiscard]] EditorPage* slotCurPageTextEdit() const; + EditorPage* slotCurPageTextEdit() const; /** * @details Return pointer to the currently activated file treeview tab page. * */ - [[nodiscard]] FilePage* slotCurPageFileTreeView() const; + FilePage* slotCurPageFileTreeView() const; /** * @details Insert a ">" at the begining of every line of current textedit. |