From 66d3dd6f4e5bf1ecdb00ce91c809dcee7ff10b08 Mon Sep 17 00:00:00 2001 From: "craig.p.drummond" Date: Tue, 15 Jul 2014 19:01:08 +0000 Subject: [PATCH] Fix 'all' properties --- devices/devicepropertieswidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/devicepropertieswidget.h b/devices/devicepropertieswidget.h index 557486345..e917426a9 100644 --- a/devices/devicepropertieswidget.h +++ b/devices/devicepropertieswidget.h @@ -49,7 +49,7 @@ public: Prop_Encoder = 0x0200, - Prop_All = 0x02FF + Prop_All = 0x03FF }; DevicePropertiesWidget(QWidget *parent); virtual ~DevicePropertiesWidget() { }