fixed unused var

This commit is contained in:
itsmattkc
2022-01-02 16:15:32 -08:00
parent f6f67e895d
commit 2eee6c2360
+1
View File
@@ -756,6 +756,7 @@ void MainWindow::FocusedPanelChanged(PanelWidget *panel)
UpdateNodePanelContextFromTimelinePanel(timeline);
} else if (ProjectPanel* project = dynamic_cast<ProjectPanel*>(panel)) {
// Signal project panel focus
Q_UNUSED(project)
UpdateTitle();
} else if (ViewerPanelBase *viewer = dynamic_cast<ViewerPanelBase*>(panel)) {
// Update scopes for viewer