From 9ab2e5cf3772e0e9709829268376ad4a00f47ecf Mon Sep 17 00:00:00 2001 From: Renaud G Date: Tue, 27 Apr 2021 21:13:35 +0200 Subject: update diceparser --- qmltypesregister.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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("Rolisteam", 1, 0, "DiceRoller"); #ifndef UNIT_TEST - qmlRegisterType("Rolisteam", 1, 0, "Field"); + qmlRegisterType("Rolisteam", 1, 0, "Field"); #endif } -- cgit v1.2.3-70-g09d2