This commit is contained in:
Volker Fischer 2015-12-09 16:34:21 +00:00
parent 33c6e77c68
commit 932e802eb6
2 changed files with 4 additions and 4 deletions

View File

@ -83,7 +83,7 @@ CConnectDlg::CConnectDlg ( const bool bNewShowCompleteRegList,
lvwServers->setColumnWidth ( 1, 130 );
lvwServers->setColumnWidth ( 2, 100 );
#else
lvwServers->setColumnWidth ( 0, 165 );
lvwServers->setColumnWidth ( 0, 180 );
lvwServers->setColumnWidth ( 1, 65 );
lvwServers->setColumnWidth ( 2, 60 );
#endif
@ -101,7 +101,7 @@ CConnectDlg::CConnectDlg ( const bool bNewShowCompleteRegList,
pServerListContextMenu = new QMenu ( this );
pServerListContextMenu->addAction ( tr ( "&Query Names" ), this,
pServerListContextMenu->addAction ( tr ( "&Query Musicians Names" ), this,
SLOT ( OnServerListContextMenuNames() ) );
// make sure the connect button has the focus

View File

@ -435,8 +435,8 @@ CServer::CServer ( const int iNewMaxNumChan,
this, SLOT ( OnCLReqVersionAndOS ( CHostAddress ) ) );
QObject::connect ( &ConnLessProtocol,
SIGNAL ( CLReqConnClientsList ( CHostAddress, int ) ),
this, SLOT ( OnCLReqConnClientsList ( CHostAddress, int ) ) );
SIGNAL ( CLReqConnClientsList ( CHostAddress ) ),
this, SLOT ( OnCLReqConnClientsList ( CHostAddress ) ) );
// CODE TAG: MAX_NUM_CHANNELS_TAG
// make sure we have MAX_NUM_CHANNELS connections!!!