change automation editor window title on rename automation pattern

This commit is contained in:
Steffen Baranowsky
2016-09-18 13:56:36 +02:00
parent 354cb78412
commit d600d56ad3
2 changed files with 15 additions and 0 deletions

View File

@@ -288,6 +288,9 @@ protected slots:
void play();
void stop();
private slots:
void updateWindowTitle();
private:
QAction* m_discreteAction;
QAction* m_linearAction;