From 58075a444386fde4be2cfc4210a85c0bbb1de944 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 5 Dec 2022 17:41:07 -0500 Subject: [PATCH] Why is m_psOutDevice needed, now? --- q65w/mainwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/q65w/mainwindow.h b/q65w/mainwindow.h index 488c7813d..1c3d51bfc 100644 --- a/q65w/mainwindow.h +++ b/q65w/mainwindow.h @@ -123,7 +123,7 @@ private: qint32 m_nrx; qint32 m_hsym0; qint32 m_paInDevice; - qint32 m_paOutDevice; + qint32 m_paOutDevice; //### Why is this needed, now? ### qint32 m_udpPort; qint32 m_NBslider; qint32 m_adjustIQ;