From 743dbefda0a4cdab7b81031fbf6836830f06e643 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de> Date: Wed, 24 Jan 2024 09:54:10 +0100 Subject: [PATCH] sort forward decls --- GUI/View/JobControl/JobListing.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI/View/JobControl/JobListing.h b/GUI/View/JobControl/JobListing.h index aae22b70885..f5d0bac1102 100644 --- a/GUI/View/JobControl/JobListing.h +++ b/GUI/View/JobControl/JobListing.h @@ -22,8 +22,8 @@ #include <QWidget> class JobItem; -class JobsQModel; class JobProgressDelegate; +class JobsQModel; class JobsSet; //! List of jobs on the top left side of JobView. -- GitLab