0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00

UI: Fix improper brace placement for function

This commit is contained in:
jp9000 2016-10-19 06:49:12 -07:00
parent 9081df9708
commit ee7e319a61

View File

@ -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");