diff --git a/rpcs3/rpcs3qt/main_window.cpp b/rpcs3/rpcs3qt/main_window.cpp index b4e3865736..1326f112d9 100644 --- a/rpcs3/rpcs3qt/main_window.cpp +++ b/rpcs3/rpcs3qt/main_window.cpp @@ -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