summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-04-17 05:49:24 +0200
committerLioncash <mathew1800@gmail.com>2019-04-17 05:49:26 +0200
commitfbfc3473510b5b2112646fce8dac29577dd73b0e (patch)
treebf2c072522d5cfa7d71b67892aa2211a900ee9b9 /src
parentMerge pull request #2315 from ReinUsesLisp/severity-decompiler (diff)
downloadyuzu-fbfc3473510b5b2112646fce8dac29577dd73b0e.tar
yuzu-fbfc3473510b5b2112646fce8dac29577dd73b0e.tar.gz
yuzu-fbfc3473510b5b2112646fce8dac29577dd73b0e.tar.bz2
yuzu-fbfc3473510b5b2112646fce8dac29577dd73b0e.tar.lz
yuzu-fbfc3473510b5b2112646fce8dac29577dd73b0e.tar.xz
yuzu-fbfc3473510b5b2112646fce8dac29577dd73b0e.tar.zst
yuzu-fbfc3473510b5b2112646fce8dac29577dd73b0e.zip
Diffstat (limited to 'src')
-rw-r--r--src/yuzu/bootmanager.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/yuzu/bootmanager.cpp b/src/yuzu/bootmanager.cpp
index c29f2d2dc..a197831d8 100644
--- a/src/yuzu/bootmanager.cpp
+++ b/src/yuzu/bootmanager.cpp
@@ -186,8 +186,7 @@ private:
};
GRenderWindow::GRenderWindow(QWidget* parent, EmuThread* emu_thread)
- : QWidget(parent), child(nullptr), context(nullptr), emu_thread(emu_thread) {
-
+ : QWidget(parent), emu_thread(emu_thread) {
setWindowTitle(QStringLiteral("yuzu %1 | %2-%3")
.arg(Common::g_build_name, Common::g_scm_branch, Common::g_scm_desc));
setAttribute(Qt::WA_AcceptTouchEvents);