fixes
This commit is contained in:
parent
33c6e77c68
commit
932e802eb6
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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!!!
|
||||
|
|
Loading…
Reference in a new issue