Skip to content

Commit d386e05

Browse files
committed
Remove unneeded TODO comment and add clarification
1 parent 1791c43 commit d386e05

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/client.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,7 @@ void CClient::OnConClientListMesReceived ( CVector<CChannelInfo> vecChanInfo )
361361
Q_ASSERT ( iActiveChannels == iNumConnectedClients );
362362
}
363363

364-
// TODO Does vecChanInfo need to be ordered by client channel ID instead of server channel ID?
365-
// check if this is actually necessary, and whether it affects the level meters
364+
// pass the received list onwards, now containing client channel IDs
366365

367366
emit ConClientListMesReceived ( vecChanInfo );
368367
}

0 commit comments

Comments
 (0)