Work in progress.

merge-requests/1/head
Teuniz 2017-01-11 12:38:42 +01:00
rodzic 3a3d3befb3
commit 2fa509b8bd
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -35,7 +35,7 @@
#define PROGRAM_NAME "DSRemote"
#define PROGRAM_VERSION "0.34_1701111215"
#define PROGRAM_VERSION "0.34_1701111237"
#define MAX_PATHLEN 4096

Wyświetl plik

@ -40,6 +40,7 @@ UI_wave_window::UI_wave_window(struct device_settings *p_devparms, short *wbuf[M
setMinimumSize(840, 655);
setWindowTitle("Wave Inspector");
setWindowIcon(QIcon(":/images/r_dsremote.png"));
devparms = (struct device_settings *)calloc(1, sizeof(struct device_settings));
if(devparms == NULL)