mirror of
https://gitlab.com/eql/lqml.git
synced 2026-01-14 13:21:13 -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
|
|
@ -20,7 +20,7 @@ QObject* iniQml() {
|
|||
static QVariant qmlApply(QObject* caller, const QString& function, const QVariantList& arguments) {
|
||||
QVariant var =
|
||||
ecl_fun("qml:qml-apply",
|
||||
QVariant((quintptr)caller),
|
||||
QVariant(reinterpret_cast<quintptr>(caller)),
|
||||
QVariant(function),
|
||||
QVariant(arguments));
|
||||
QString str(var.toString());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue