apply clang-format

This commit is contained in:
Axel Kohlmeyer
2023-09-25 08:09:36 -04:00
parent 2c636c83f5
commit a128089ab1
3 changed files with 6 additions and 5 deletions

View File

@ -22,8 +22,8 @@
using namespace QtCharts;
ChartWindow::ChartWindow(const QString &_filename, QWidget *parent) :
QWidget(parent), menu(new QMenuBar), file(new QMenu("&File")),
filename(_filename), active_chart(-1)
QWidget(parent), menu(new QMenuBar), file(new QMenu("&File")), filename(_filename),
active_chart(-1)
{
auto *top = new QHBoxLayout;
menu->addMenu(file);