Skip to content

Commit

Permalink
Merge pull request #4680 from daschuer/qmllint_fix
Browse files Browse the repository at this point in the history
Qmllint fixes
  • Loading branch information
Holzhaus authored Feb 21, 2022
2 parents 0593d0a + 0a7600a commit 580090f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2198,6 +2198,8 @@ if(QT6)
FILES "res/qml/Mixxx/qmldir"
PREFIX "/mixxx.org/imports/Mixxx"
)
# to make also qmllint happy
configure_file(res/qml/Mixxx/qmldir qml/Mixxx/qmldir COPYONLY)

# FIXME: Currently we need to add these include directories due to
# QTBUG-87221. We should figure out a better way to fix this.
Expand Down
2 changes: 1 addition & 1 deletion res/qml/Mixxx/Controls/WaveformOverview.qml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Mixxx.WaveformOverview {
required property int index

anchors.fill: parent
group: root.group
group: root.group // qmllint disable unqualified
hotcueNumber: this.index + 1
}

Expand Down

0 comments on commit 580090f

Please sign in to comment.