Skip to content

Commit

Permalink
Rename automationpattern to automationclip
Browse files Browse the repository at this point in the history
  • Loading branch information
Veratil committed Jan 14, 2023
1 parent 6a7b7b5 commit ef2284e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/DataFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1625,8 +1625,8 @@ void DataFile::upgrade_noHiddenAutomationTracks()
if (!gaTrack.isNull()
&& gaTrack.attribute("type").toInt() == Track::HiddenAutomationTrack)
{
// global automationpatterns
QDomNodeList aps = gaTrack.elementsByTagName("automationpattern");
// global automationclips
QDomNodeList aps = gaTrack.elementsByTagName("automationclip");
for (int i = 0; i < aps.length(); ++i)
{
QDomElement ap = aps.item(i).toElement();
Expand Down

0 comments on commit ef2284e

Please sign in to comment.