aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/qmltypesregister.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qmltypesregister.cpp')
-rw-r--r--qmltypesregister.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/qmltypesregister.cpp b/qmltypesregister.cpp
index 562926b..f256eb2 100644
--- a/qmltypesregister.cpp
+++ b/qmltypesregister.cpp
@@ -22,9 +22,11 @@
#include <QQmlEngine>
#include "diceroller.h"
+#include "field.h"
void registerQmlTypes()
{
- qmlRegisterType<DiceRoller>("Dice", 1, 0, "DiceRoller");
+ qmlRegisterType<DiceRoller>("Rolisteam", 1, 0, "DiceRoller");
+ qmlRegisterType<Field>("Rolisteam", 1, 0, "Field");
}