Lv2ViewProc: Improve variable names

This commit is contained in:
Johannes Lorenz
2023-09-22 23:54:07 +02:00
committed by Johannes Lorenz
parent 006c43820b
commit c309d8bd11
2 changed files with 12 additions and 12 deletions

View File

@@ -56,7 +56,7 @@ class Lv2ViewProc : public LinkedModelGroupView
{
public:
//! @param colNum numbers of columns for the controls
Lv2ViewProc(QWidget *parent, Lv2Proc *ctrlBase, int colNum);
Lv2ViewProc(QWidget *parent, Lv2Proc *proc, int colNum);
~Lv2ViewProc() override = default;
private: