Move Groove to global toolbar

This commit is contained in:
Hussam Eddin Alhomsi
2018-03-14 15:35:48 +03:00
parent 46fa1803d3
commit 3866cef8b3
7 changed files with 30 additions and 69 deletions

View File

@@ -16,7 +16,7 @@ class GrooveView : public QWidget
{
Q_OBJECT
public:
GrooveView();
GrooveView(QWidget * parent);
virtual ~GrooveView();
void clear();
@@ -30,7 +30,7 @@ public slots:
private:
void setView(Groove * groove);
QComboBox * m_dropDown;
QComboBox * m_comboBox;
QVBoxLayout * m_layout;
};

View File

@@ -166,7 +166,6 @@ public slots:
void toggleFxMixerWin();
void togglePianoRollWin();
void toggleControllerRack();
void toggleGrooveView();
void updatePlayPauseIcons();