TextEditor: C++-ify texteditoractionhandler

Macros are not necessary here.

Change-Id: I19e5c38e64f1b7f254c1fcb33d891e02704e3657
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
hjk
2014-08-19 16:00:58 +02:00
parent e9f7625a0b
commit 8d74fdd6d4
3 changed files with 176 additions and 323 deletions

View File

@@ -412,8 +412,8 @@ public slots:
void circularPaste();
void switchUtf8bom();
void zoomIn(int range = 1);
void zoomOut(int range = 1);
void zoomIn();
void zoomOut();
void zoomReset();
void cutLine();