Code review changes (#6711)

Remove underscores and whitespace in the Model files.
This commit is contained in:
Michael Gregorius
2023-06-02 20:31:38 +02:00
parent 43319a8d79
commit fda938fcca
2 changed files with 14 additions and 10 deletions

View File

@@ -37,8 +37,8 @@ class LMMS_EXPORT Model : public QObject
{
Q_OBJECT
public:
Model(Model * _parent, QString _display_name = QString(),
bool _default_constructed = false );
Model(Model * parent, QString displayName = QString(),
bool defaultConstructed = false );
~Model() override = default;