mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
Qt: Deprecate processEvents() part 2
This commit is contained in:
parent
191e132c6c
commit
378a69ea85
7 changed files with 202 additions and 72 deletions
|
|
@ -577,12 +577,10 @@ void gui_application::InitializeCallbacks()
|
|||
|
||||
callbacks.on_missing_fw = [this]()
|
||||
{
|
||||
if (!m_main_window)
|
||||
if (m_main_window)
|
||||
{
|
||||
return;
|
||||
m_main_window->OnMissingFw();
|
||||
}
|
||||
|
||||
m_main_window->OnMissingFw();
|
||||
};
|
||||
|
||||
callbacks.handle_taskbar_progress = [this](s32 type, s32 value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue