Fixed renaming mixer channel from the context menu

This commit is contained in:
Freshek
2019-07-20 15:19:10 +02:00
parent c3b4d5188a
commit 0ed7581355

View File

@@ -79,8 +79,6 @@ public:
static const int FxLineHeight;
void renameChannel();
bool eventFilter (QObject *dist, QEvent *event);
private:
@@ -101,6 +99,9 @@ private:
QLineEdit * m_renameLineEdit;
QGraphicsView * m_view;
public slots:
void renameChannel();
private slots:
void renameFinished();
void removeChannel();