Skip to content

Commit

Permalink
Add comment about passing settings to dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
pljones committed Aug 4, 2024
1 parent bd117d9 commit 0c3576d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0c3576d

Please sign in to comment.