mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-09 00:14:56 +00:00
Qt: Deprecate proccessEvents() usage
This commit is contained in:
parent
3e427c57f0
commit
fce07bbeab
9 changed files with 215 additions and 221 deletions
|
|
@ -187,7 +187,7 @@ void log_viewer::show_context_menu(const QPoint& pos)
|
|||
connect(config, &QAction::triggered, this, [this]()
|
||||
{
|
||||
config_checker* dlg = new config_checker(this, m_full_log, true);
|
||||
dlg->exec();
|
||||
dlg->open();
|
||||
});
|
||||
|
||||
connect(filter, &QAction::triggered, this, [this]()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue