fix
This commit is contained in:
parent
1e245e428e
commit
a41a79eeb8
1 changed files with 1 additions and 4 deletions
|
@ -29,7 +29,6 @@
|
|||
CServerListManager::CServerListManager ( const bool NbEbld )
|
||||
: bEnabled ( NbEbld )
|
||||
{
|
||||
/*
|
||||
// connections -------------------------------------------------------------
|
||||
QObject::connect ( &TimerPollList, SIGNAL ( timeout() ),
|
||||
this, SLOT ( OnTimerPollList() ) );
|
||||
|
@ -41,9 +40,8 @@ CServerListManager::CServerListManager ( const bool NbEbld )
|
|||
// 1 minute = 60 * 1000 ms
|
||||
TimerPollList.start ( SERVLIST_POLL_TIME_MINUTES * 60000 );
|
||||
}
|
||||
*/
|
||||
}
|
||||
/*
|
||||
|
||||
void CServerListManager::OnTimerPollList()
|
||||
{
|
||||
QMutexLocker locker ( &Mutex );
|
||||
|
@ -60,4 +58,3 @@ void CServerListManager::OnTimerPollList()
|
|||
}
|
||||
}
|
||||
}
|
||||
*/
|
Loading…
Reference in a new issue