have getSelectedNotes() return the selected notes, rather than appending them to a write-back parameter

This commit is contained in:
Colin Wallace
2015-09-06 15:33:13 -07:00
parent ff94f8b4ce
commit db18fa61fe
2 changed files with 12 additions and 13 deletions

View File

@@ -129,7 +129,7 @@ protected:
int width, const Note * n, const QColor & noteCol );
void removeSelection();
void selectAll();
void getSelectedNotes( NoteVector & selected_notes );
NoteVector getSelectedNotes();
// for entering values with dblclick in the vol/pan bars
void enterValue( NoteVector* nv );