Changes the clone pattern method name

- Changes method name from cloneBBTrackPattern to clonePattern
- Small fix on the comments
- Adds a TODO comment regarding reusing the code from TrackOperationsWidget as a reference, so we can later figure out a way to not repeat the code
This commit is contained in:
IanCaio
2020-06-13 12:14:47 -03:00
parent 503006057c
commit b1c1d14601
2 changed files with 5 additions and 4 deletions

View File

@@ -86,7 +86,7 @@ public slots:
void removeSteps();
void addSampleTrack();
void addAutomationTrack();
void cloneBBTrackPattern();
void clonePattern();
protected slots:
void dropEvent(QDropEvent * de ) override;