mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 11:05:46 +00:00
clang-format
This commit is contained in:
parent
b9cde4fa6d
commit
0efbd23445
2 changed files with 4 additions and 2 deletions
|
@ -102,7 +102,8 @@ constexpr int GetIndexFromControllerType(Settings::ControllerType type) {
|
|||
} // namespace
|
||||
|
||||
QtControllerSelectorDialog::QtControllerSelectorDialog(
|
||||
QWidget* parent, Core::Frontend::ControllerParameters parameters_, InputCommon::InputSubsystem* input_subsystem_)
|
||||
QWidget* parent, Core::Frontend::ControllerParameters parameters_,
|
||||
InputCommon::InputSubsystem* input_subsystem_)
|
||||
: QDialog(parent), ui(std::make_unique<Ui::QtControllerSelectorDialog>()),
|
||||
parameters(std::move(parameters_)), input_subsystem(input_subsystem_) {
|
||||
ui->setupUi(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue