mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-08 03:20:41 -08:00
add help generated from doc-strings; some revisions
This commit is contained in:
parent
d7d4d980f4
commit
4625850752
12 changed files with 420 additions and 95 deletions
|
|
@ -246,7 +246,9 @@ cl_object from_qvariant(const QVariant& var) {
|
|||
|
||||
cl_object from_qobject_pointer(QObject* qobject) {
|
||||
STATIC_SYMBOL_PKG (s_make_qobject, "MAKE-QOBJECT", "QML") // see 'ini.lisp'
|
||||
return cl_funcall(2, s_make_qobject, ecl_make_unsigned_integer((quintptr)qobject));
|
||||
return cl_funcall(2,
|
||||
s_make_qobject,
|
||||
ecl_make_unsigned_integer(reinterpret_cast<quintptr>(qobject)));
|
||||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue