diff options
author | nils <[email protected]> | 2016-02-07 20:49:42 +0000 |
---|---|---|
committer | nils <[email protected]> | 2016-02-07 20:49:42 +0000 |
commit | 646ec2ba7cd74d65014fac420d58c6e402d6ef98 (patch) | |
tree | 53c173856129b8fc4fed337dec21d7437ffe2b58 /textedit.h | |
parent | seoma more refactoring (diff) | |
download | gpg4usb-646ec2ba7cd74d65014fac420d58c6e402d6ef98.tar.gz gpg4usb-646ec2ba7cd74d65014fac420d58c6e402d6ef98.zip |
added findwidget
Diffstat (limited to 'textedit.h')
-rw-r--r-- | textedit.h | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -92,6 +92,12 @@ public: public slots: /** + * @details Return pointer to the currently activated tabpage. + * + */ + EditorPage *slotCurPage(); + + /** * @details Insert a ">" at the begining of every line of current textedit. */ void slotQuote(); @@ -164,12 +170,6 @@ public slots: */ void slotSwitchTabDown(); - /** - * @details Return pointer to the currently activated tabpage. - * - */ - EditorPage *slotCurPage(); - private: /** * @details return just a filename stripped of a whole path |