small fix

This commit is contained in:
Volker Fischer 2011-05-07 11:46:02 +00:00
parent c2145aad16
commit 1f459fff98

View File

@ -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() ) );