mirror of
https://gitlab.com/eql/lqml.git
synced 2026-01-18 15:21:00 -08:00
revisions
This commit is contained in:
parent
82b904fe9c
commit
050316aa43
8 changed files with 84 additions and 55 deletions
|
|
@ -48,7 +48,7 @@ LQML::LQML(int argc, char* argv[], QQuickView* view) : QObject() {
|
|||
iniCLFunctions();
|
||||
ecl_init_module(NULL, ini_LQML);
|
||||
eval("(in-package :qml-user)");
|
||||
eval(QString("(setf *quick-view* (make-qobject %1))")
|
||||
eval(QString("(setf *quick-view* (qt-object %1))")
|
||||
.arg(reinterpret_cast<quintptr>(view)));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue