From e5be82ec190d63ee9b4912bf7cda2714548f9911 Mon Sep 17 00:00:00 2001 From: Michael Gregorius Date: Sun, 16 Jul 2023 16:05:38 +0200 Subject: [PATCH] CodeFactor is still unhappy Remove a blank line after the constructor. --- plugins/LadspaEffect/LadspaMatrixControlDialog.h | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/LadspaEffect/LadspaMatrixControlDialog.h b/plugins/LadspaEffect/LadspaMatrixControlDialog.h index 4437e27fc..60af7269d 100644 --- a/plugins/LadspaEffect/LadspaMatrixControlDialog.h +++ b/plugins/LadspaEffect/LadspaMatrixControlDialog.h @@ -50,7 +50,6 @@ class LadspaMatrixControlDialog : public EffectControlDialog Q_OBJECT public: LadspaMatrixControlDialog(LadspaControls* ctl); - bool isResizable() const override; private slots: