Qt: Deprecate proccessEvents() usage

This commit is contained in:
Elad 2024-11-24 09:23:32 +02:00
parent 3e427c57f0
commit fce07bbeab
9 changed files with 215 additions and 221 deletions

View file

@ -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]()