mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-11 09:18:40 +12:00
qt: Remove emit
This commit is contained in:
parent
d86858da64
commit
dd553331df
6 changed files with 22 additions and 22 deletions
|
@ -72,7 +72,7 @@ main_window::main_window(QWidget *parent) : QMainWindow(parent), m_sys_menu_open
|
|||
QTimer::singleShot(1, [=]() {
|
||||
// Need to have this happen fast, but not now because connects aren't created yet.
|
||||
// So, a tricky balance in terms of time but this works.
|
||||
emit RequestGlobalStylesheetChange(guiSettings->GetCurrentStylesheetPath());
|
||||
RequestGlobalStylesheetChange(guiSettings->GetCurrentStylesheetPath());
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue