diff options
| author | 2017-12-22 01:17:04 +0100 | |
|---|---|---|
| committer | 2017-12-22 01:17:04 +0100 | |
| commit | a9c56795316ad6f9455df446546ac85264a5ac3c (patch) | |
| tree | 4cf99ea5ab70c1c8a79e77f3384f05a5985d40f8 /qmltypesregister.cpp | |
| parent | b2e4afb2cb2a94affd4865645dce745533b84d28 (diff) | |
| download | OneRoll-a9c56795316ad6f9455df446546ac85264a5ac3c.tar.gz OneRoll-a9c56795316ad6f9455df446546ac85264a5ac3c.zip | |
-Add item to roll dice inside charactersheet and test it.
Diffstat (limited to 'qmltypesregister.cpp')
| -rw-r--r-- | qmltypesregister.cpp | 5 |
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"); - - - } |