Add insert/remove bar buttons in Song editor (fix #5602)

This commit is contained in:
allejok96
2020-10-03 23:01:52 +02:00
committed by Johannes Lorenz
parent 783db3e457
commit 8939b149e3
4 changed files with 10 additions and 0 deletions

View File

@@ -210,6 +210,9 @@ private:
ComboBox * m_zoomingComboBox;
ComboBox * m_snappingComboBox;
QLabel* m_snapSizeLabel;
QAction* m_insertBarAction;
QAction* m_removeBarAction;
};
#endif