mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 03:54:45 +00:00
Fixed formatting
This commit is contained in:
parent
8238b80838
commit
96b5260e3d
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@
|
|||
#include "settings_dialog.h"
|
||||
#include "ui_settings_dialog.h"
|
||||
|
||||
SettingsDialog::SettingsDialog(QWidget* parent, std::vector<QString>* physical_devices) : QDialog(parent), ui(new Ui::SettingsDialog) {
|
||||
SettingsDialog::SettingsDialog(QWidget* parent, std::vector<QString>* physical_devices)
|
||||
: QDialog(parent), ui(new Ui::SettingsDialog) {
|
||||
ui->setupUi(this);
|
||||
ui->tabWidgetSettings->setUsesScrollButtons(false);
|
||||
const auto config_dir = Common::FS::GetUserPath(Common::FS::PathType::UserDir);
|
||||
|
|
Loading…
Add table
Reference in a new issue