mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-16 23:30:48 -08:00
small revisions
This commit is contained in:
parent
1f880635e4
commit
40cf1a7941
9 changed files with 13 additions and 13 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue