From ee7e319a6192a0cf7d33c6138e78233da1285439 Mon Sep 17 00:00:00 2001 From: jp9000 Date: Wed, 19 Oct 2016 06:49:12 -0700 Subject: [PATCH] UI: Fix improper brace placement for function --- UI/window-basic-main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UI/window-basic-main.cpp b/UI/window-basic-main.cpp index 0c8b3bf37..3cfd75541 100644 --- a/UI/window-basic-main.cpp +++ b/UI/window-basic-main.cpp @@ -4580,7 +4580,8 @@ void OBSBasic::SetShowing(bool showing) } } -void OBSBasic::SystemTrayInit() { +void OBSBasic::SystemTrayInit() +{ trayIcon = new QSystemTrayIcon(QIcon(":/res/images/obs.png"), this); trayIcon->setToolTip("OBS Studio");