diff options
author | saturneric <[email protected]> | 2024-01-08 07:22:03 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-01-08 07:22:03 +0000 |
commit | ba7dd4ef022b19e307557561e2c8d788768c5026 (patch) | |
tree | d270d4b5219b15bac24c2343261f7b25bf29f99a /src/ui/widgets/TextEdit.h | |
parent | feat: improve tool menus and icons (diff) | |
download | GpgFrontend-ba7dd4ef022b19e307557561e2c8d788768c5026.tar.gz GpgFrontend-ba7dd4ef022b19e307557561e2c8d788768c5026.zip |
feat: select a directory before entering into the File Browser
Diffstat (limited to 'src/ui/widgets/TextEdit.h')
-rw-r--r-- | src/ui/widgets/TextEdit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widgets/TextEdit.h b/src/ui/widgets/TextEdit.h index 994e8a64..4eb1d537 100644 --- a/src/ui/widgets/TextEdit.h +++ b/src/ui/widgets/TextEdit.h @@ -171,7 +171,7 @@ class TextEdit : public QWidget { /** * New File Tab to do file operation */ - void SlotNewFileTab() const; + void SlotNewFileTab(); /** * @details put a * in front of current tabs title, if current textedit is |