@@ -7,7 +7,7 @@
#include <QMetaEnum>
#include <QDebug>
-QString ProjectManager::nameOFIndexType(ProjectManager::IndexType t)
+QString ProjectManager::nameOfIndexType(ProjectManager::IndexType t)
{
switch (t) {
case Capability:
@@ -18,7 +18,7 @@ public:
SchemaEval = 0b1 << 2, // 方案评估指标体系
};
- static QString nameOFIndexType(IndexType t);
+ static QString nameOfIndexType(IndexType t);
/// 评估方案类型
/// @attention 枚举值与本地数据库关联,可以新增,但如无必要禁止修改,除非你知道自己在干什么