From 6ef5633e1932d18b3a53a6c1a4112919f5737347 Mon Sep 17 00:00:00 2001 From: Mathieu Pellerin Date: Sat, 5 Oct 2024 12:27:24 +0700 Subject: [PATCH] Fix classes comments --- src/core/gridmodel.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/core/gridmodel.h b/src/core/gridmodel.h index c615c81a55..367ca3b6b6 100644 --- a/src/core/gridmodel.h +++ b/src/core/gridmodel.h @@ -20,9 +20,8 @@ #include "qgsquickmapsettings.h" /** - * This model manages lists of lines or points representing a grid. + * Holds details for a given grid annotation. */ - class QFIELD_CORE_EXPORT GridAnnotation { Q_GADGET @@ -52,6 +51,9 @@ class QFIELD_CORE_EXPORT GridAnnotation double value; }; +/** + * This model manages lists of lines, markers, and annotations representing a grid. + */ class QFIELD_CORE_EXPORT GridModel : public QObject { Q_OBJECT