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 ( 1, 130 );
|
||||||
lvwServers->setColumnWidth ( 2, 100 );
|
lvwServers->setColumnWidth ( 2, 100 );
|
||||||
#else
|
#else
|
||||||
lvwServers->setColumnWidth ( 0, 165 );
|
lvwServers->setColumnWidth ( 0, 180 );
|
||||||
lvwServers->setColumnWidth ( 1, 65 );
|
lvwServers->setColumnWidth ( 1, 65 );
|
||||||
lvwServers->setColumnWidth ( 2, 60 );
|
lvwServers->setColumnWidth ( 2, 60 );
|
||||||
#endif
|
#endif
|
||||||
|
@ -101,7 +101,7 @@ CConnectDlg::CConnectDlg ( const bool bNewShowCompleteRegList,
|
||||||
|
|
||||||
pServerListContextMenu = new QMenu ( this );
|
pServerListContextMenu = new QMenu ( this );
|
||||||
|
|
||||||
pServerListContextMenu->addAction ( tr ( "&Query Names" ), this,
|
pServerListContextMenu->addAction ( tr ( "&Query Musicians Names" ), this,
|
||||||
SLOT ( OnServerListContextMenuNames() ) );
|
SLOT ( OnServerListContextMenuNames() ) );
|
||||||
|
|
||||||
// make sure the connect button has the focus
|
// make sure the connect button has the focus
|
||||||
|
|
|
@ -435,8 +435,8 @@ CServer::CServer ( const int iNewMaxNumChan,
|
||||||
this, SLOT ( OnCLReqVersionAndOS ( CHostAddress ) ) );
|
this, SLOT ( OnCLReqVersionAndOS ( CHostAddress ) ) );
|
||||||
|
|
||||||
QObject::connect ( &ConnLessProtocol,
|
QObject::connect ( &ConnLessProtocol,
|
||||||
SIGNAL ( CLReqConnClientsList ( CHostAddress, int ) ),
|
SIGNAL ( CLReqConnClientsList ( CHostAddress ) ),
|
||||||
this, SLOT ( OnCLReqConnClientsList ( CHostAddress, int ) ) );
|
this, SLOT ( OnCLReqConnClientsList ( CHostAddress ) ) );
|
||||||
|
|
||||||
// CODE TAG: MAX_NUM_CHANNELS_TAG
|
// CODE TAG: MAX_NUM_CHANNELS_TAG
|
||||||
// make sure we have MAX_NUM_CHANNELS connections!!!
|
// make sure we have MAX_NUM_CHANNELS connections!!!
|
||||||
|
|
Loading…
Reference in a new issue