forked from qt-creator/qt-creator
Editor: Add feature for set/unset UTF-8 BOM
Change-Id: Iec7e36b1d7a526d7fa8a8096110b91f9c4cc44f9 Reviewed-by: Leandro Melo <leandro.melo@nokia.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
@@ -99,6 +99,7 @@ private slots:
|
||||
void cutAction();
|
||||
void pasteAction();
|
||||
void circularPasteAction();
|
||||
void switchUtf8bomAction();
|
||||
void selectAllAction();
|
||||
void gotoAction();
|
||||
void printAction();
|
||||
@@ -170,6 +171,7 @@ private:
|
||||
QAction *m_cutAction;
|
||||
QAction *m_pasteAction;
|
||||
QAction *m_circularPasteAction;
|
||||
QAction *m_switchUtf8bomAction;
|
||||
QAction *m_selectAllAction;
|
||||
QAction *m_gotoAction;
|
||||
QAction *m_printAction;
|
||||
|
||||
Reference in New Issue
Block a user