mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-04-24 14:58:19 -05:00
Remove unnecessary cast
This commit is contained in:
parent
c2020fe77c
commit
0a422174bc
|
|
@ -154,5 +154,5 @@ void SetupDock()
|
|||
static_cast<QMainWindow *>(obs_frontend_get_main_window()));
|
||||
// Added for cosmetic reasons to avoid brief flash of dock window on startup
|
||||
dock->setVisible(false);
|
||||
static_cast<QAction *>(obs_frontend_add_dock(dock));
|
||||
obs_frontend_add_dock(dock);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user