rename Piano Roll window title on Instrument Track rename/remove

This commit is contained in:
Steffen Baranowsky
2016-09-15 15:20:33 +02:00
parent 0af64f5836
commit 2310c65348
2 changed files with 21 additions and 0 deletions

View File

@@ -384,6 +384,7 @@ private:
signals:
void positionChanged( const MidiTime & );
void noValidPattern();
} ;
@@ -427,6 +428,10 @@ public:
signals:
void currentPatternChanged();
public slots:
void patternRenamed();
private:
void focusInEvent(QFocusEvent * event);