mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
Fix some "-Wpedantic" warnings
This commit is contained in:
parent
99c1f87289
commit
790962425c
17 changed files with 33 additions and 33 deletions
|
|
@ -25,7 +25,7 @@ memory_string_searcher::memory_string_searcher(QWidget* parent)
|
|||
connect(button_search, &QAbstractButton::clicked, this, &memory_string_searcher::OnSearch);
|
||||
|
||||
layout()->setSizeConstraint(QLayout::SetFixedSize);
|
||||
};
|
||||
}
|
||||
|
||||
void memory_string_searcher::OnSearch()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue