Commit 8efca783b947d29554a3aad02049ceb782552873
1 parent
8b0c40cb
Add UNIT_COUNT
Showing
1 changed file
with
1 additions
and
1 deletions
openhantek/src/helper.h
| @@ -60,7 +60,7 @@ namespace Helper { | @@ -60,7 +60,7 @@ namespace Helper { | ||
| 60 | enum Unit { | 60 | enum Unit { |
| 61 | UNIT_VOLTS, UNIT_DECIBEL, | 61 | UNIT_VOLTS, UNIT_DECIBEL, |
| 62 | UNIT_SECONDS, UNIT_HERTZ, | 62 | UNIT_SECONDS, UNIT_HERTZ, |
| 63 | - UNIT_SAMPLES | 63 | + UNIT_SAMPLES, UNIT_COUNT |
| 64 | }; | 64 | }; |
| 65 | 65 | ||
| 66 | QString libUsbErrorString(int error); | 66 | QString libUsbErrorString(int error); |