Skip to content

Commit

Permalink
Fix classes comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Oct 5, 2024
1 parent b31ee4e commit 6ef5633
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/core/gridmodel.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6ef5633

Please sign in to comment.