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 // timers
QObject::connect ( &Timer, SIGNAL ( timeout() ), this, SLOT ( OnTimer() ) ); QObject::connect ( &Timer, SIGNAL ( timeout() ), this, SLOT ( OnTimer() ) );
// other // other
QObject::connect ( pServer, SIGNAL ( Started() ), QObject::connect ( pServer, SIGNAL ( Started() ),
this, SLOT ( OnServerStarted() ) ); this, SLOT ( OnServerStarted() ) );
QObject::connect ( pServer, SIGNAL ( Stopped() ), QObject::connect ( pServer, SIGNAL ( Stopped() ),
this, SLOT ( OnServerStopped() ) ); this, SLOT ( OnServerStopped() ) );