From 2fa509b8bd791cf4b19d429b1c30776ff5fd956e Mon Sep 17 00:00:00 2001 From: Teuniz Date: Wed, 11 Jan 2017 12:38:42 +0100 Subject: [PATCH] Work in progress. --- global.h | 2 +- wave_dialog.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/global.h b/global.h index ac6e7c8..d4bcefa 100644 --- a/global.h +++ b/global.h @@ -35,7 +35,7 @@ #define PROGRAM_NAME "DSRemote" -#define PROGRAM_VERSION "0.34_1701111215" +#define PROGRAM_VERSION "0.34_1701111237" #define MAX_PATHLEN 4096 diff --git a/wave_dialog.cpp b/wave_dialog.cpp index 01fffb4..3cbc2d8 100644 --- a/wave_dialog.cpp +++ b/wave_dialog.cpp @@ -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)