From 5037bbc102fec39fbdef810427c31cb0a1722709 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Mon, 2 Apr 2018 12:13:56 +0200 Subject: add Rolisteam qml module --- qmltypesregister.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qmltypesregister.cpp b/qmltypesregister.cpp index 562926b..f256eb2 100644 --- a/qmltypesregister.cpp +++ b/qmltypesregister.cpp @@ -22,9 +22,11 @@ #include #include "diceroller.h" +#include "field.h" void registerQmlTypes() { - qmlRegisterType("Dice", 1, 0, "DiceRoller"); + qmlRegisterType("Rolisteam", 1, 0, "DiceRoller"); + qmlRegisterType("Rolisteam", 1, 0, "Field"); } -- cgit v1.2.3-70-g09d2