From 0ed75813559d943a1f318c5ca862c2c3931ec27e Mon Sep 17 00:00:00 2001 From: Freshek Date: Sat, 20 Jul 2019 15:19:10 +0200 Subject: [PATCH] Fixed renaming mixer channel from the context menu --- include/FxLine.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/FxLine.h b/include/FxLine.h index 6024026bdb3..ef8313e7488 100644 --- a/include/FxLine.h +++ b/include/FxLine.h @@ -79,8 +79,6 @@ class FxLine : public QWidget static const int FxLineHeight; - void renameChannel(); - bool eventFilter (QObject *dist, QEvent *event); private: @@ -101,6 +99,9 @@ class FxLine : public QWidget QLineEdit * m_renameLineEdit; QGraphicsView * m_view; +public slots: + void renameChannel(); + private slots: void renameFinished(); void removeChannel();