Merge pull request #5083 from freshstudio/fix/context-menu-channel-rename

Fixed renaming mixer channel from the context menu
This commit is contained in:
Lost Robot
2019-07-20 07:29:38 -06:00
committed by GitHub

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();