Moved mock model identicators to RimDefines

This commit is contained in:
Magne Sjaastad
2013-10-28 07:30:00 +01:00
parent db5afc4893
commit 797e9df01d
4 changed files with 18 additions and 9 deletions

View File

@@ -40,5 +40,14 @@ public:
};
static QString undefinedResultName() { return "None"; }
// Mock model text identifiers
static QString mockModelBasic() { return "Result Mock Debug Model Simple"; }
static QString mockModelBasicWithResults() { return "Result Mock Debug Model With Results"; }
static QString mockModelLargeWithResults() { return "Result Mock Debug Model Large With Results"; }
static QString mockModelBasicInputCase() { return "Input Mock Debug Model Simple"; }
};