Skip to content

Commit

Permalink
Revert renaming of strMixerBoardLabel
Browse files Browse the repository at this point in the history
  • Loading branch information
ann0see committed Sep 13, 2024
1 parent 21815c1 commit d7b4b8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/clientdlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,7 @@ void CClientDlg::OnCLPingTimeWithNumClientsReceived ( CHostAddress InetAddr, int
ConnectDlg.SetPingTimeAndNumClientsResult ( InetAddr, iPingTime, iNumClients );
}

void CClientDlg::OnConnect ( QString strServerName )
void CClientDlg::OnConnect ( QString strMixerBoardLabel )
{

// hide label connect to server
Expand All @@ -1179,7 +1179,7 @@ void CClientDlg::OnConnect ( QString strServerName )
butConnect->setText ( tr ( "&Disconnect" ) );

// set server name in audio mixer group box title
MainMixerBoard->SetServerName ( strServerName );
MainMixerBoard->SetServerName ( strMixerBoardLabel );

// start timer for level meter bar and ping time measurement
TimerSigMet.start ( LEVELMETER_UPDATE_TIME_MS );
Expand Down

0 comments on commit d7b4b8b

Please sign in to comment.