Refactoring: Gathered model meta data (role name, data types) in a central location. Closes #16.
This commit is contained in:
Submodule UIs/GenericWidgets updated: 12e5596b34...683f5d224c
Submodule libs/GenericCore updated: b2f01a7990...2ccbe3839a
@ -10,7 +10,7 @@ QT_END_NAMESPACE
|
||||
|
||||
TEST(CoreTests, TestEqualString) {
|
||||
const QString coreName("GenericCore");
|
||||
const QString coreVersion("0.0.1");
|
||||
const QString coreVersion("0.1.0");
|
||||
const auto expected = QString("%1 (Version %2)").arg(coreName).arg(coreVersion);
|
||||
auto core = std::make_unique<GenericCore>();
|
||||
const auto actual = core->toString();
|
||||
|
||||
Reference in New Issue
Block a user