merge-requests/1/head
Teuniz 2017-01-06 18:09:42 +01:00
rodzic 6121b7ea83
commit d9fdc5ef3f
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -35,7 +35,7 @@
#define PROGRAM_NAME "DSRemote"
#define PROGRAM_VERSION "0.34_1701061734"
#define PROGRAM_VERSION "0.34_1701061807"
#define MAX_PATHLEN 4096

Wyświetl plik

@ -74,13 +74,13 @@ void WaveCurve::paintEvent(QPaintEvent *)
w_trace_offset,
curve_w,
curve_h,
samples_per_div,
sample_range,
sample_start,
sample_end,
t_pos;
double h_step=0.0,
samples_per_div,
step,
step2;