Skip to content

Commit a0930bd

Browse files
committed
squashme: Keep quit as invoked method
1 parent a6ce9e1 commit a0930bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/widgets/OBSBasic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1971,7 +1971,7 @@ void OBSBasic::closeWindow()
19711971
applicationShutdown();
19721972
deleteLater();
19731973

1974-
App()->quit();
1974+
QMetaObject::invokeMethod(App(), "quit", Qt::QueuedConnection);
19751975
}
19761976

19771977
void OBSBasic::UpdateEditMenu()

0 commit comments

Comments
 (0)