Fix some clazy warnings

This commit is contained in:
GriffinR
2026-03-01 18:41:02 -05:00
parent 0582745103
commit f3e1b022d7
28 changed files with 91 additions and 49 deletions

View File

@@ -2,7 +2,10 @@
#ifndef EVENTRAMES_H
#define EVENTRAMES_H
#include <QtWidgets>
#include <QFrame>
#include <QLabel>
#include <QLineEdit>
#include <QSpinBox>
#include "edithistoryspinbox.h"
#include "eventcombobox.h"