Code adjustments after scripted checks

Add an include guard and an additional `#pragme once`. Add comments to
closing namespace scopes.
This commit is contained in:
Michael Gregorius
2023-07-08 16:42:17 +02:00
parent bdeba86ea0
commit 8fce4238aa
2 changed files with 9 additions and 2 deletions

View File

@@ -67,4 +67,4 @@ void BarModelEditor::paintEvent(QPaintEvent *event)
painter.drawText(textRect, m_text);
}
}
} // namespace lmms::gui