aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/qmltypesregister.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qmltypesregister.cpp')
-rw-r--r--qmltypesregister.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/qmltypesregister.cpp b/qmltypesregister.cpp
index adc13de..85643f9 100644
--- a/qmltypesregister.cpp
+++ b/qmltypesregister.cpp
@@ -1,14 +1,11 @@
#include "qmltypesregister.h"
+#include <QQmlEngine>
#include "diceroller.h"
void registerQmlTypes()
{
-
qmlRegisterType<DiceRoller>("Dice", 1, 0, "DiceRoller");
-
-
-
}