From 593239baef89385f0de7b8bc8e62f5f6a50f76f4 Mon Sep 17 00:00:00 2001 From: Alexander Ivash Date: Sun, 12 May 2024 15:17:50 +0200 Subject: [PATCH] fix build --- Source/GUI/Plots.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/GUI/Plots.h b/Source/GUI/Plots.h index ce24e2fe4..c0586e4c8 100755 --- a/Source/GUI/Plots.h +++ b/Source/GUI/Plots.h @@ -23,6 +23,7 @@ class Plot; class PlotScaleWidget; class PlayerControl; class YMinMaxSelector; +class QToolButton; void showEditFrameCommentsDialog(QWidget* parentWidget, FileInformation* info, CommonStats* stats, size_t frameIndex);