Skip to content
Snippets Groups Projects
Commit 3c279b29 authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

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
parent c19af7f9
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment