diff options
author | saturneric <[email protected]> | 2024-11-25 21:46:04 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-11-25 21:46:04 +0000 |
commit | 21bbd04e05790de5a5feed41ea4d6dbd4a06ad24 (patch) | |
tree | 1ad5d897f31cfcf7bafbb418ca7f36b483ef7bd3 /src/ui/widgets/TextEdit.h | |
parent | fix: correct spelling mistake (diff) | |
download | GpgFrontend-21bbd04e05790de5a5feed41ea4d6dbd4a06ad24.tar.gz GpgFrontend-21bbd04e05790de5a5feed41ea4d6dbd4a06ad24.zip |
feat: support drop down and open directory
Diffstat (limited to 'src/ui/widgets/TextEdit.h')
-rw-r--r-- | src/ui/widgets/TextEdit.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/widgets/TextEdit.h b/src/ui/widgets/TextEdit.h index 4b893a3a..5219196f 100644 --- a/src/ui/widgets/TextEdit.h +++ b/src/ui/widgets/TextEdit.h @@ -275,8 +275,6 @@ class TextEdit : public QWidget { private slots: - void slot_file_page_path_changed(const QString& path) const; - /** * @details Remove the tab with given index * |