Misc: Post-refactor cleanups

This commit is contained in:
Stenzek
2023-08-23 22:06:48 +10:00
parent 82cdef45b3
commit dc9c99438b
55 changed files with 1243 additions and 1396 deletions

View File

@@ -1,7 +1,12 @@
// SPDX-FileCopyrightText: 2019-2023 Connor McLaughlin <stenzek@gmail.com>
// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0)
#pragma once
#include <optional>
#include <type_traits>
#include "qthost.h"
#include "settingwidgetbinder.h"
#include "core/host.h"
#include <QtCore/QtCore>
#include <QtGui/QAction>
@@ -11,10 +16,8 @@
#include <QtWidgets/QLineEdit>
#include <QtWidgets/QSlider>
#include <QtWidgets/QSpinBox>
#include "core/host_settings.h"
#include "qthost.h"
#include "settingwidgetbinder.h"
#include <optional>
#include <type_traits>
/// This nastyness is required because input profiles aren't overlaid settings like the rest of them, it's
/// input profile *or* global, not both.