diff --git a/include/FxLine.h b/include/FxLine.h index 6024026bd..ef8313e74 100644 --- a/include/FxLine.h +++ b/include/FxLine.h @@ -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();