Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions include/FxLine.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ class FxLine : public QWidget

static const int FxLineHeight;

void renameChannel();

bool eventFilter (QObject *dist, QEvent *event);

private:
Expand All @@ -101,6 +99,9 @@ class FxLine : public QWidget
QLineEdit * m_renameLineEdit;
QGraphicsView * m_view;

public slots:
void renameChannel();

private slots:
void renameFinished();
void removeChannel();
Expand Down