mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-03-28 14:56:19 +01:00
SimpleMessageDialog.qml: use var for buttonRoles
In practice, the QML engine fails to set arrays of non-variant types when creating QML components dynamically. Gitlab: #1934 Change-Id: I5e9c0e73dd35c088bdaf070e04cf73c009ea9099
This commit is contained in:
parent
c19af7f97f
commit
3c279b292d
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ BaseModalDialog {
|
|||
property var buttonStyles: []
|
||||
property string infoText: ""
|
||||
property var innerContentData: []
|
||||
property int buttonRoles: []
|
||||
property var buttonRoles: []
|
||||
|
||||
function openWithParameters(title, info = "") {
|
||||
root.title = title;
|
||||
|
|
Loading…
Add table
Reference in a new issue