aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/qmltypesregister.cpp
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2021-04-27 21:13:35 +0200
committerRenaud G <renaud@rolisteam.org>2021-04-27 21:13:35 +0200
commit9ab2e5cf3772e0e9709829268376ad4a00f47ecf (patch)
treecc04c22359ca97d50ff27101d7d2c879e3b44425 /qmltypesregister.cpp
parent969da2e855056d9b35ed9cc83026d4b646d01322 (diff)
downloadOneRoll-9ab2e5cf3772e0e9709829268376ad4a00f47ecf.tar.gz
OneRoll-9ab2e5cf3772e0e9709829268376ad4a00f47ecf.zip
update diceparser
Diffstat (limited to 'qmltypesregister.cpp')
-rw-r--r--qmltypesregister.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmltypesregister.cpp b/qmltypesregister.cpp
index 4767a59..74893c9 100644
--- a/qmltypesregister.cpp
+++ b/qmltypesregister.cpp
@@ -30,6 +30,6 @@ void registerQmlTypes()
{
qmlRegisterType<DiceRoller>("Rolisteam", 1, 0, "DiceRoller");
#ifndef UNIT_TEST
- qmlRegisterType<Field>("Rolisteam", 1, 0, "Field");
+ qmlRegisterType<FieldController>("Rolisteam", 1, 0, "Field");
#endif
}