mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 09:48:37 +12:00
Fix some "-Wpedantic" warnings
This commit is contained in:
parent
99c1f87289
commit
790962425c
17 changed files with 33 additions and 33 deletions
|
@ -46,7 +46,7 @@ inline bool CreateConfigFile(const QString& dir, const QString& name)
|
|||
|
||||
new_file.close();
|
||||
return true;
|
||||
};
|
||||
}
|
||||
|
||||
pad_settings_dialog::pad_settings_dialog(QWidget *parent, const GameInfo *game)
|
||||
: QDialog(parent), ui(new Ui::pad_settings_dialog)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue