We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e16dd52 commit 12d20baCopy full SHA for 12d20ba
.blacknotes.qml.swp
20 KB
blacknotes.qml
@@ -47,7 +47,7 @@ MuseScore {
47
title: qsTr("Unsupported MuseScore Version")
48
text: qsTr("This plugin needs MuseScore 3.0.2 or later")
49
onAccepted: {
50
- quit()
+ (typeof(quit) === 'undefined' ? Qt.quit : quit)()
51
}
52
53
@@ -154,6 +154,6 @@ MuseScore {
154
155
curScore.endCmd()
156
157
- quit();
158
159
0 commit comments