mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-18 03:09:03 -05:00
citra-qt: Renamed all .hxx headers to .h
This commit is contained in:
@ -34,7 +34,7 @@
|
||||
|
||||
#include "common/log.h"
|
||||
|
||||
#include "spinbox.hxx"
|
||||
#include "spinbox.h"
|
||||
|
||||
CSpinBox::CSpinBox(QWidget* parent) : QAbstractSpinBox(parent), base(10), min_value(-100), max_value(100), value(0), num_digits(0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user