@@ -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
|
||||
|
||||
Reference in New Issue
Block a user