mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Fix some "-Wpedantic" warnings
This commit is contained in:
parent
99c1f87289
commit
790962425c
17 changed files with 33 additions and 33 deletions
|
|
@ -56,7 +56,7 @@ kernel_explorer::kernel_explorer(QWidget* parent) : QDialog(parent)
|
|||
connect(button_refresh, &QAbstractButton::clicked, this, &kernel_explorer::Update);
|
||||
|
||||
Update();
|
||||
};
|
||||
}
|
||||
|
||||
constexpr auto qstr = QString::fromStdString;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue