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
|
// 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() ) );
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue