summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2018-12-29 16:36:53 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2018-12-29 16:36:53 +0100
commit58183c47c2b3235f8f56dc6492bb41b775dd6f26 (patch)
tree568a2ea0b7fd451a36637c44d61618b20792668b /src/mainwindow.h
parent9f33eb49ccb7fa8fb80f00865819beb499e70025 (diff)
Added image export functionality.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 5943301..2be4731 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -57,6 +57,7 @@ private slots:
void stop();
void start();
void reset();
+ void image();
void programChanged();