mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-05 23:26:13 -05:00
UI: Fix compiling error with older QT
This commit is contained in:
@@ -1724,7 +1724,8 @@ void OBSBasic::OBSInit()
|
||||
if (cef) {
|
||||
QAction *action = new QAction(QTStr("Basic.MainMenu."
|
||||
"View.Docks."
|
||||
"CustomBrowserDocks"));
|
||||
"CustomBrowserDocks"),
|
||||
this);
|
||||
ui->viewMenuDocks->insertAction(ui->toggleScenes, action);
|
||||
connect(action, &QAction::triggered, this,
|
||||
&OBSBasic::ManageExtraBrowserDocks);
|
||||
|
||||
Reference in New Issue
Block a user