mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 20:31:29 +02:00
Fix edit.js upload button
This commit is contained in:
parent
5f5f2d22a7
commit
6e24b66b38
1 changed files with 1 additions and 1 deletions
|
@ -326,8 +326,8 @@ QVariant OffscreenUi::inputDialog(const Icon icon, const QString& title, const Q
|
||||||
QVariant result;
|
QVariant result;
|
||||||
QMetaObject::invokeMethod(this, "inputDialog", Qt::BlockingQueuedConnection,
|
QMetaObject::invokeMethod(this, "inputDialog", Qt::BlockingQueuedConnection,
|
||||||
Q_RETURN_ARG(QVariant, result),
|
Q_RETURN_ARG(QVariant, result),
|
||||||
Q_ARG(QString, title),
|
|
||||||
Q_ARG(Icon, icon),
|
Q_ARG(Icon, icon),
|
||||||
|
Q_ARG(QString, title),
|
||||||
Q_ARG(QString, label),
|
Q_ARG(QString, label),
|
||||||
Q_ARG(QVariant, current));
|
Q_ARG(QVariant, current));
|
||||||
return result;
|
return result;
|
||||||
|
|
Loading…
Reference in a new issue