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

UI: Fix formatting

This commit is contained in:
Richard Stanway 2020-09-27 19:18:02 +02:00
parent 7d3fa7315a
commit e8c3ad1482

View File

@ -1940,7 +1940,7 @@ void OBSBasic::OnFirstLoad()
if (cef) {
WhatsNewInfoThread *wnit = new WhatsNewInfoThread();
connect(wnit, &WhatsNewInfoThread::Result, this,
&OBSBasic::ReceivedIntroJson);
&OBSBasic::ReceivedIntroJson);
introCheckThread.reset(wnit);
introCheckThread->start();
@ -2060,7 +2060,7 @@ void OBSBasic::ReceivedIntroJson(const QString &text)
new WhatsNewBrowserInitThread(QT_UTF8(info_url.c_str()));
connect(wnbit, &WhatsNewBrowserInitThread::Result, this,
&OBSBasic::ShowWhatsNew);
&OBSBasic::ShowWhatsNew);
whatsNewInitThread.reset(wnbit);
whatsNewInitThread->start();