We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16dd52 commit 37f2c9aCopy full SHA for 37f2c9a
1 file changed
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