Do more reformattings

This commit is contained in:
Hyunin Song
2018-03-28 10:03:42 +09:00
parent 217c31af8c
commit 81e0fe23b0
10 changed files with 37 additions and 38 deletions

View File

@@ -18,7 +18,7 @@ class GrooveView : public QWidget
public:
GrooveView(QWidget * parent);
virtual ~GrooveView();
void clear();
signals:

View File

@@ -261,7 +261,7 @@ private:
FloatModel m_panningModel;
AudioPort m_audioPort;
// Track specific groove or NULL
Groove * m_groove;
Groove * m_noGroove;