summaryrefslogtreecommitdiff
path: root/DSLogic-gui/pv/dialogs/deviceoptions.h
diff options
context:
space:
mode:
authorSven Wegener <sven.wegener@stealer.net>2014-06-30 09:38:31 +0200
committerSven Wegener <sven.wegener@stealer.net>2014-06-30 09:38:31 +0200
commit79de83205964ee0182940ef7cec86b46896ed0e6 (patch)
treeccf532205a550ac926e52069649a1cc41aa555a6 /DSLogic-gui/pv/dialogs/deviceoptions.h
parent3de7dbb24c71c0d894dbd734ddf9258683d9e2e1 (diff)
Update from DSLogic-v0.3.tar.gzHEADmaster
Signed-off-by: Sven Wegener <sven.wegener@stealer.net>
Diffstat (limited to 'DSLogic-gui/pv/dialogs/deviceoptions.h')
-rw-r--r--DSLogic-gui/pv/dialogs/deviceoptions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/DSLogic-gui/pv/dialogs/deviceoptions.h b/DSLogic-gui/pv/dialogs/deviceoptions.h
index 2ee2534..ad804d2 100644
--- a/DSLogic-gui/pv/dialogs/deviceoptions.h
+++ b/DSLogic-gui/pv/dialogs/deviceoptions.h
@@ -51,6 +51,7 @@ public:
protected:
void accept();
+ void reject();
private:
@@ -67,6 +68,7 @@ private slots:
private:
struct sr_dev_inst *const _sdi;
+ int _last_mode;
QVBoxLayout _layout;