bug fix for Linux
This commit is contained in:
parent
3f740f5971
commit
4691250482
1 changed files with 2 additions and 0 deletions
|
@ -164,8 +164,10 @@ CLlconClientDlg::CLlconClientDlg ( CClient* pNCliP, QWidget* parent,
|
|||
this, SLOT(OnRevSelR()));
|
||||
|
||||
/* text edit controls */
|
||||
#ifdef _WIN32
|
||||
QObject::connect(LineEditServerAddr, SIGNAL(returnPressed()),
|
||||
this, SLOT(OnConnectDisconBut()));
|
||||
#endif
|
||||
|
||||
|
||||
/* timers --------------------------------------------------------------- */
|
||||
|
|
Loading…
Reference in a new issue