From de18ee2fdac6f26dea3fbb8626d3bce38b687d41 Mon Sep 17 00:00:00 2001 From: Michael Gregorius Date: Fri, 8 Sep 2023 11:00:34 +0200 Subject: [PATCH] Another attempt to please CodeFactor Another attempt to fix `LadspaMatrixControlDialog.h` to please CodeFactor. --- plugins/LadspaEffect/LadspaMatrixControlDialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/LadspaEffect/LadspaMatrixControlDialog.h b/plugins/LadspaEffect/LadspaMatrixControlDialog.h index 7cbde9075..c5949fa15 100644 --- a/plugins/LadspaEffect/LadspaMatrixControlDialog.h +++ b/plugins/LadspaEffect/LadspaMatrixControlDialog.h @@ -51,6 +51,7 @@ class LadspaMatrixControlDialog : public EffectControlDialog public: LadspaMatrixControlDialog(LadspaControls* ctl); bool isResizable() const override; + private slots: void updateEffectView(LadspaControls* ctl); @@ -81,7 +82,6 @@ private: private: QScrollArea* m_scrollArea; LedCheckBox* m_stereoLink; - }; } // namespace gui