mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
fix main_window.cpp styling "emulated_logitech_g27_settings_dialog* dlg"
This commit is contained in:
parent
1a4799fa65
commit
3ce1b223b3
1 changed files with 1 additions and 1 deletions
|
@ -2908,7 +2908,7 @@ void main_window::CreateConnects()
|
|||
#else
|
||||
connect(ui->confLogitechG27Act, &QAction::triggered, this, [this]
|
||||
{
|
||||
emulated_logitech_g27_settings_dialog *dlg = new emulated_logitech_g27_settings_dialog(this);
|
||||
emulated_logitech_g27_settings_dialog* dlg = new emulated_logitech_g27_settings_dialog(this);
|
||||
dlg->show();
|
||||
});
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue