diff options
author | Saturneric <[email protected]> | 2021-11-28 13:38:59 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-11-28 13:38:59 +0000 |
commit | 9c1446c97ffff92a6c90442f9148239f24ac9a54 (patch) | |
tree | 73689befad5467dfa02ea0fe8934c52c99c8a874 /src/ui/widgets/TextEdit.h | |
parent | Solve key generation and related update issues. (diff) | |
download | GpgFrontend-9c1446c97ffff92a6c90442f9148239f24ac9a54.tar.gz GpgFrontend-9c1446c97ffff92a6c90442f9148239f24ac9a54.zip |
Fix some known issues in basic operations and file operations.
Diffstat (limited to 'src/ui/widgets/TextEdit.h')
-rw-r--r-- | src/ui/widgets/TextEdit.h | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/src/ui/widgets/TextEdit.h b/src/ui/widgets/TextEdit.h index 91bacf65..beebc8c4 100644 --- a/src/ui/widgets/TextEdit.h +++ b/src/ui/widgets/TextEdit.h @@ -178,23 +178,6 @@ class TextEdit : public QWidget { */ void slotSwitchTabDown() const; - /** - * @details Insert text in target Text Edit - */ - void slotInsertTargetTextPage(const QString& pagePtr, const QString& text); - - void slotReadTargetTextPageStart(const QString& pageStr); - - void slotReadTargetTextPageDone(const QString& pagePtr); - - signals: - - void readTargetTextPageStart(const QString& pagePtr); - - void insertTargetTextPage(const QString& pagePtr, const QString& text); - - void readTargetTextPageDone(const QString& pagePtr); - private: /** * @details return just a filename stripped of a whole path @@ -217,11 +200,9 @@ class TextEdit : public QWidget { */ int countPage; /* TODO */ - QHash<const QString, QWidget*> pagesHashMap; - private slots: - void slotFilePagePathChanged(const QString& path); + void slotFilePagePathChanged(const QString& path) const; /** * @details Remove the tab with given index |