Fix spelling in Lv2 classes

This commit is contained in:
Johannes Lorenz
2020-09-05 22:33:51 +02:00
parent 5f4d0cab9b
commit 8a19c2d25e
3 changed files with 3 additions and 3 deletions

View File

@@ -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;
};

View File

@@ -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

View File

@@ -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