From 3a1645b98833143849514efe3cbeb65be32901c0 Mon Sep 17 00:00:00 2001 From: dingodoppelt Date: Sat, 11 Jul 2020 15:22:30 +0200 Subject: [PATCH] show number of connected clients as well as max clients in serverbrowser --- src/connectdlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connectdlg.cpp b/src/connectdlg.cpp index 494a0573..2ce4471b 100755 --- a/src/connectdlg.cpp +++ b/src/connectdlg.cpp @@ -769,7 +769,7 @@ void CConnectDlg::SetPingTimeAndNumClientsResult ( const CHostAddress& InetAddr, else { pCurListViewItem-> - setText ( 2, QString().setNum ( iNumClients ) ); + setText ( 2, QString().setNum ( iNumClients ) + "/" + pCurListViewItem->text ( 5 ) ); } // check if the number of child list items matches the number of