Fix some warnings (#2399)
This commit is contained in:
parent
159bcbfdbc
commit
c18cb1b192
13 changed files with 9 additions and 35 deletions
|
@ -99,7 +99,7 @@ private:
|
|||
};
|
||||
|
||||
GRenderWindow::GRenderWindow(QWidget* parent, EmuThread* emu_thread)
|
||||
: QWidget(parent), keyboard_id(0), emu_thread(emu_thread), child(nullptr) {
|
||||
: QWidget(parent), child(nullptr), keyboard_id(0), emu_thread(emu_thread) {
|
||||
|
||||
std::string window_title =
|
||||
Common::StringFromFormat("Citra | %s-%s", Common::g_scm_branch, Common::g_scm_desc);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue