Minor formatting changes

This commit is contained in:
Hyunjin Song
2019-11-19 15:18:32 +09:00
parent 14f894c3ee
commit 170c8b9a34
4 changed files with 8 additions and 4 deletions

View File

@@ -75,6 +75,7 @@ public:
{
return m_pitchGroupBox;
}
GroupBox * grooveGroupBox()
{
return m_grooveGroupBox;

View File

@@ -294,7 +294,7 @@ private:
friend class InstrumentMiscView;
private slots:
void updateGroove();
void updateGroove();
};