You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Recreating item list
This commit is contained in:
@ -5,7 +5,7 @@ namespace qmlUtils {
|
||||
|
||||
QVariant callQml(QObject* o, const QString &name, const QVariantList &args) {
|
||||
QVariant returnedValue;
|
||||
qDebug() << "Going to call QML:" << name << args;
|
||||
//qDebug() << "Going to call QML:" << name << args;
|
||||
if (args.size() == 0) {
|
||||
QMetaObject::invokeMethod(o, name.toStdString().c_str(), Q_RETURN_ARG(QVariant, returnedValue));
|
||||
} else if (args.size() == 1) {
|
||||
|
Reference in New Issue
Block a user