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 )
|
CServerListManager::CServerListManager ( const bool NbEbld )
|
||||||
: bEnabled ( NbEbld )
|
: bEnabled ( NbEbld )
|
||||||
{
|
{
|
||||||
/*
|
|
||||||
// connections -------------------------------------------------------------
|
// connections -------------------------------------------------------------
|
||||||
QObject::connect ( &TimerPollList, SIGNAL ( timeout() ),
|
QObject::connect ( &TimerPollList, SIGNAL ( timeout() ),
|
||||||
this, SLOT ( OnTimerPollList() ) );
|
this, SLOT ( OnTimerPollList() ) );
|
||||||
|
@ -41,9 +40,8 @@ CServerListManager::CServerListManager ( const bool NbEbld )
|
||||||
// 1 minute = 60 * 1000 ms
|
// 1 minute = 60 * 1000 ms
|
||||||
TimerPollList.start ( SERVLIST_POLL_TIME_MINUTES * 60000 );
|
TimerPollList.start ( SERVLIST_POLL_TIME_MINUTES * 60000 );
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
void CServerListManager::OnTimerPollList()
|
void CServerListManager::OnTimerPollList()
|
||||||
{
|
{
|
||||||
QMutexLocker locker ( &Mutex );
|
QMutexLocker locker ( &Mutex );
|
||||||
|
@ -60,4 +58,3 @@ void CServerListManager::OnTimerPollList()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
|
Loading…
Add table
Reference in a new issue