Add praga once to new widgets hpp files

This commit is contained in:
AdenKoperczak 2025-05-25 18:14:33 -04:00
parent 81b0402e8a
commit 10021a8ba2
No known key found for this signature in database
GPG key ID: 9843017036F62EE7
3 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,5 @@
#pragma once
#include <QComboBox> #include <QComboBox>
#include <QWheelEvent> #include <QWheelEvent>

View file

@ -1,3 +1,5 @@
#pragma once
#include <QDoubleSpinBox> #include <QDoubleSpinBox>
#include <QWheelEvent> #include <QWheelEvent>

View file

@ -1,3 +1,5 @@
#pragma once
#include <QSpinBox> #include <QSpinBox>
#include <QWheelEvent> #include <QWheelEvent>