parent
372e24400b
commit
162648a4e7
|
|
@ -28,7 +28,17 @@ LoadMapping::~LoadMapping()
|
|||
|
||||
bool LoadMapping::broadcastUpdateByTime(const QTime& time)
|
||||
{
|
||||
// this->ht
|
||||
QList<QString> keys;
|
||||
keys=LoadMapping::loadsToLoadInfo->keys();
|
||||
for(QList<QString>::iterator ite=keys.begin();
|
||||
ite!=keys.end();
|
||||
ite++
|
||||
)
|
||||
{
|
||||
QSharedPointer<LoadInfo> t=(*LoadMapping::loadsToLoadInfo)[*ite];
|
||||
t->updateByTime(time);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
bool LoadMapping::load(const QString &loadDir,const QString &matchdDir,const QString &exceptionFile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue