mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-22 17:25:54 -05:00
Remove unnecessary cast
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user