Skip to content

Commit

Permalink
Another attempt to please CodeFactor
Browse files Browse the repository at this point in the history
Another attempt to fix `LadspaMatrixControlDialog.h` to please CodeFactor.
  • Loading branch information
michaelgregorius committed Sep 8, 2023
1 parent b67c708 commit de18ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/LadspaEffect/LadspaMatrixControlDialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class LadspaMatrixControlDialog : public EffectControlDialog
public:
LadspaMatrixControlDialog(LadspaControls* ctl);
bool isResizable() const override;

private slots:
void updateEffectView(LadspaControls* ctl);

Expand Down Expand Up @@ -81,7 +82,6 @@ private slots:
private:
QScrollArea* m_scrollArea;
LedCheckBox* m_stereoLink;

};

} // namespace gui
Expand Down

0 comments on commit de18ee2

Please sign in to comment.