Avoid update if nothing has changed

This commit is contained in:
allejok96
2022-05-25 16:38:49 +02:00
parent d56c0fe4bd
commit 89a7c390e6
3 changed files with 11 additions and 6 deletions

View File

@@ -250,7 +250,7 @@ class NoteVector: public QVector<Note*>
{
public:
bool getBounds(TimePos& start, TimePos& end, int& lower, int& upper) const;
void transpose(int semitones) const;
bool transpose(int semitones) const;
};