加入忽略一些负荷的功能。

Signed-off-by: dmy@lab <dmy@lab.lab>
This commit is contained in:
dmy@lab
2015-01-16 16:27:05 +08:00
parent 9faa1cce49
commit 491f5e2276
5 changed files with 35 additions and 3 deletions

View File

@@ -14,6 +14,7 @@
#include "recursedir.h"
#include "loadinfo.h"
#include "loadmatchexception.h"
//这是一个单例
class LoadMapping
{
@@ -37,6 +38,7 @@ private:
static QHash<QString,QVector<double> > *ht;
QHash<QString,QVector<QSharedPointer<LoadInfo> > > loads;
QHash<QString,QSharedPointer<LoadInfo> > loadsToLoadInfo;
LoadMatchException loadMatchException;
};
#endif // LOADMAPPING_H