From 469125048265e1689b160efc1471a0f2be3f2410 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Sun, 19 Feb 2006 19:01:07 +0000 Subject: [PATCH] bug fix for Linux --- src/llconclientdlg.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/llconclientdlg.cpp b/src/llconclientdlg.cpp index 31f27ecf..33ca6152 100755 --- a/src/llconclientdlg.cpp +++ b/src/llconclientdlg.cpp @@ -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 --------------------------------------------------------------- */