summaryrefslogtreecommitdiff
path: root/src/editor.h
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2012-07-23 01:45:12 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2012-07-23 01:45:12 (GMT)
commitb33a02b372cb1efff5bf6b177a2360e5d5ba87b3 (patch)
tree52d7fb8428cc0aa9b7e4d90c0986bb47d2a50179 /src/editor.h
parent3c7a85af570e5609f4a6625e06410f31fa4d4f0f (diff)
remove debugging statements
Diffstat (limited to 'src/editor.h')
-rw-r--r--src/editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/editor.h b/src/editor.h
index f39c067..509cf24 100644
--- a/src/editor.h
+++ b/src/editor.h
@@ -18,7 +18,9 @@ public:
void setPlainText(const QString& text) { setText(text); }
public slots:
//void zoomIn() { zoom(1); }
+ void zoomIn(int n = 1) { zoom(n); }
//void zoomOut() { zoom(-1); }
+ void zoomOut(int n = 1) { zoom(-n); }
#else
Editor(QWidget *parent) : QTextEdit(parent) { setAcceptRichText(false); }
public slots:
contact: Jan Huwald // Impressum