UI: Properly register VoidFunc in Meta Object System
This commit is contained in:
parent
270d299258
commit
8cf46ca68c
@ -1514,7 +1514,7 @@ bool OBSApp::OBSInit()
|
||||
setAttribute(Qt::AA_UseHighDpiPixmaps);
|
||||
#endif
|
||||
|
||||
qRegisterMetaType<VoidFunc>();
|
||||
qRegisterMetaType<VoidFunc>("VoidFunc");
|
||||
|
||||
#if !defined(_WIN32) && !defined(__APPLE__)
|
||||
if (QApplication::platformName() == "xcb") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user