Minor: RichTextEditor : add action to Create superscript or subscript

text or numbers


git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4798 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2016-12-04 03:50:12 +00:00
parent 8ba1324b85
commit c0b5aa7a59
6 changed files with 12 additions and 4 deletions

View File

@@ -199,6 +199,8 @@ namespace QET {
extern QIcon QETDonate;
extern QIcon QETDownload;
extern QIcon QETVideo;
extern QIcon super;
extern QIcon sub;
}
}
#endif