From 1f459fff983e9d040073cb1cbae369a41c09ad88 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Sat, 7 May 2011 11:46:02 +0000 Subject: [PATCH] small fix --- src/llconserverdlg.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/llconserverdlg.cpp b/src/llconserverdlg.cpp index 07bc3922..608eb8bd 100755 --- a/src/llconserverdlg.cpp +++ b/src/llconserverdlg.cpp @@ -238,11 +238,11 @@ CLlconServerDlg::CLlconServerDlg ( CServer* pNServP, // timers QObject::connect ( &Timer, SIGNAL ( timeout() ), this, SLOT ( OnTimer() ) ); - // other - QObject::connect ( pServer, SIGNAL ( Started() ), + // other + QObject::connect ( pServer, SIGNAL ( Started() ), this, SLOT ( OnServerStarted() ) ); - - QObject::connect ( pServer, SIGNAL ( Stopped() ), + + QObject::connect ( pServer, SIGNAL ( Stopped() ), this, SLOT ( OnServerStopped() ) );