small fix
This commit is contained in:
parent
c2145aad16
commit
1f459fff98
1 changed files with 4 additions and 4 deletions
|
@ -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() ) );
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue