From 3ce1b223b31db352efe47c858c7674ff0c0b83d4 Mon Sep 17 00:00:00 2001 From: Katharine Chui Date: Fri, 2 May 2025 17:34:46 +0200 Subject: [PATCH] fix main_window.cpp styling "emulated_logitech_g27_settings_dialog* dlg" --- rpcs3/rpcs3qt/main_window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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