small revisions

This commit is contained in:
polos 2017-02-17 14:27:20 +01:00
parent 1f880635e4
commit 40cf1a7941
9 changed files with 13 additions and 13 deletions

View file

@ -10,7 +10,7 @@ QObject* ini() {
if(!lisp) {
lisp = new Lisp;
qmlRegisterSingletonType<Lisp>("EQL5", 1, 0, "Lisp", lisp_provider);
qmlRegisterType<PaintedItem>("EQL5", 1, 0, "PaintedItem"); }
qmlRegisterType<EQLPaintedItem>("EQL5", 1, 0, "PaintedItem"); }
return lisp; }
static QQmlContext* rootContext() {