From 0c3576d14f8706ebd5998018693b60b610dd5c32 Mon Sep 17 00:00:00 2001 From: Peter L Jones Date: Sun, 15 Oct 2023 12:07:40 +0100 Subject: [PATCH] Add comment about passing settings to dialog --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index 42d17a8dea..57c3979e39 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -952,6 +952,8 @@ int main ( int argc, char** argv ) // GUI object CClientDlg ClientDlg ( &Client, &Settings, + // Given the Client knows the following, why pass to CClientDlg? + // And why are there not Settings for them? strConnOnStartupAddress, strMIDISetup, bShowComplRegConnList,