Added customized mock model to user interface

This commit is contained in:
Magne Sjaastad
2013-10-28 10:32:24 +01:00
parent 7ffe48bff9
commit ae9f72912e
9 changed files with 64 additions and 8 deletions

View File

@@ -48,6 +48,7 @@ public:
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 mockModelCustomized() { return "Result Mock Debug Model Customized"; }
static QString mockModelBasicInputCase() { return "Input Mock Debug Model Simple"; }
};