Skip to content

Commit

Permalink
fix: support older version of qt quick (#28)
Browse files Browse the repository at this point in the history
We will support QtQuick v2.8 which was still used on MuseScore v3.3.
  • Loading branch information
eduardomourar committed Sep 11, 2022
1 parent 083e6e5 commit 3430cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fingeringdiagram.qml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//
// Copyright (c) 2019-2022 Eduardo Rodrigues
//=============================================================================
import QtQuick 2.9
import QtQuick 2.8
import QtQuick.Dialogs 1.1
import MuseScore 3.0

Expand Down

0 comments on commit 3430cc1

Please sign in to comment.