From 37c6a491cd1575d4c9a5552eee2661cec54c53ab Mon Sep 17 00:00:00 2001 From: Joachim Wuttke <j.wuttke@fz-juelich.de> Date: Sat, 8 Jul 2023 09:35:17 +0200 Subject: [PATCH] rm fwd decl --- GUI/View/PlotUtil/PlotStatusLabel.h | 1 - 1 file changed, 1 deletion(-) diff --git a/GUI/View/PlotUtil/PlotStatusLabel.h b/GUI/View/PlotUtil/PlotStatusLabel.h index b74451d00a6..6000d8ea411 100644 --- a/GUI/View/PlotUtil/PlotStatusLabel.h +++ b/GUI/View/PlotUtil/PlotStatusLabel.h @@ -19,7 +19,6 @@ #include <QList> class ScientificPlot; -class QResizeEvent; //! The PlotStatusLabel class shows status string as reported by DescriptedPlot in a frame. //! Can work with more than one DescriptedPlot. Provides automatic adjustment of font size, -- GitLab