From 3083f202f65e02258a8a10d16a556162de184a9e Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de> Date: Sat, 25 Feb 2023 14:45:04 +0100 Subject: [PATCH] sort lines --- GUI/Model/Project/ProjectDocument.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI/Model/Project/ProjectDocument.h b/GUI/Model/Project/ProjectDocument.h index f4f0eccc810..a1bf7d27162 100644 --- a/GUI/Model/Project/ProjectDocument.h +++ b/GUI/Model/Project/ProjectDocument.h @@ -23,8 +23,8 @@ #include "GUI/Support/Data/SimulationOptionsItem.h" class MessageService; -class QIODevice; class ProjectDocument; +class QIODevice; extern std::optional<ProjectDocument*> gProjectDocument; -- GitLab