From 8a19c2d25e8b91640de87557ecd5793ba4aebefe Mon Sep 17 00:00:00 2001 From: Johannes Lorenz Date: Sat, 5 Sep 2020 22:33:51 +0200 Subject: [PATCH] Fix spelling in Lv2 classes --- include/LinkedModelGroupViews.h | 2 +- include/LinkedModelGroups.h | 2 +- include/Lv2ControlBase.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/LinkedModelGroupViews.h b/include/LinkedModelGroupViews.h index 390d25568..46ba4c3ab 100644 --- a/include/LinkedModelGroupViews.h +++ b/include/LinkedModelGroupViews.h @@ -98,7 +98,7 @@ protected: void modelChanged(class LinkedModelGroups* ctrlBase); private: - //! The base class must return the adressed group view, + //! The base class must return the addressed group view, //! which has the same value as "this" virtual LinkedModelGroupView* getGroupView() = 0; }; diff --git a/include/LinkedModelGroups.h b/include/LinkedModelGroups.h index 355290d9a..686f09cba 100644 --- a/include/LinkedModelGroups.h +++ b/include/LinkedModelGroups.h @@ -42,7 +42,7 @@ /** Base class for a group of linked models - See the LinkedModelGroup class for explenations + See the LinkedModelGroup class for explanations Features: * Models are stored by their QObject::objectName diff --git a/include/Lv2ControlBase.h b/include/Lv2ControlBase.h index 9f1b54992..d6591a50d 100644 --- a/include/Lv2ControlBase.h +++ b/include/Lv2ControlBase.h @@ -52,7 +52,7 @@ class PluginIssue; This class would usually be a Model subclass. However, Qt doesn't allow this: - * inhertiting only from Model will cause diamond inheritance for QObject, + * inheriting only from Model will cause diamond inheritance for QObject, which will cause errors with Q_OBJECT * making this a direct subclass of Instrument resp. EffectControls would require CRTP, which would make this class a template class, which would