Reverted a change which introduced a duplicate action for

(re-)formatting.
This commit is contained in:
Erik Verbruggen
2009-09-25 10:47:04 +02:00
parent 20b9258d9e
commit 91a492a562
7 changed files with 1 additions and 52 deletions

View File

@@ -54,8 +54,7 @@ public:
None = 0,
Format = 1,
UnCommentSelection = 2,
UnCollapseAll = 4,
Reformat = 8
UnCollapseAll = 4
};
TextEditorActionHandler(const QString &context, uint optionalActions = None);
@@ -92,7 +91,6 @@ private slots:
void gotoAction();
void printAction();
void formatAction();
void reformatAction();
void rewrapParagraphAction();
void setVisualizeWhitespace(bool);
void cleanWhitespace();
@@ -133,7 +131,6 @@ private:
QAction *m_cleanWhitespaceAction;
QAction *m_textWrappingAction;
QAction *m_unCommentSelectionAction;
QAction *m_reformatAction;
QAction *m_unCollapseAllAction;
QAction *m_collapseAction;
QAction *m_expandAction;