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()));
|
this, SLOT(OnRevSelR()));
|
||||||
|
|
||||||
/* text edit controls */
|
/* text edit controls */
|
||||||
|
#ifdef _WIN32
|
||||||
QObject::connect(LineEditServerAddr, SIGNAL(returnPressed()),
|
QObject::connect(LineEditServerAddr, SIGNAL(returnPressed()),
|
||||||
this, SLOT(OnConnectDisconBut()));
|
this, SLOT(OnConnectDisconBut()));
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* timers --------------------------------------------------------------- */
|
/* timers --------------------------------------------------------------- */
|
||||||
|
|
Loading…
Reference in a new issue