Skip to content

Commit

Permalink
Update src/core/qgsprojectservervalidator.h
Browse files Browse the repository at this point in the history
Co-Authored-By: Alessandro Pasotti <elpaso@itopen.it>
  • Loading branch information
Gustry and elpaso committed Apr 25, 2020
1 parent 051e949 commit 1276173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsprojectservervalidator.h
Expand Up @@ -49,7 +49,7 @@ class CORE_EXPORT QgsProjectServerValidator
LayerShortName = 1, //!< Layer/group short name is not valid.
LayerEncoding = 2, //!< Encoding is not correctly set on a vector layer.
ProjectShortName = 3, //!< The project short name is not valid.
ProjectRootNameConflict = 4, //!< The project root name isady used by a layer or a group.
ProjectRootNameConflict = 4, //!< The project root name is already used by a layer or a group.
};

/**
Expand Down

0 comments on commit 1276173

Please sign in to comment.