Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make doxygen happy again
  • Loading branch information
m-kuhn committed Oct 24, 2020
1 parent ef70fb1 commit 71a11c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/labeling/qgspallabeling.h
Expand Up @@ -268,7 +268,7 @@ class CORE_EXPORT QgsPalLayerSettings
*
* \deprecated Use QgsLabeling::LinePlacementFlags instead
*/
enum Q_DECL_DEPRECATED LinePlacementFlags
enum LinePlacementFlags
{
OnLine = 1, //!< Labels can be placed directly over a line feature.
AboveLine = 2, /**< Labels can be placed above a line feature. Unless MapOrientation is also specified this mode
Expand Down Expand Up @@ -305,7 +305,7 @@ class CORE_EXPORT QgsPalLayerSettings
//TODO QGIS 4.0 - Remove -- moved to QgsLabelEngineObstacleSettings

//! \deprecated use QgsLabelLineSettings::DirectionSymbolPlacement instead
enum Q_DECL_DEPRECATED DirectionSymbols
enum DirectionSymbols
{
SymbolLeftRight, //!< Place direction symbols on left/right of label
SymbolAbove, //!< Place direction symbols on above label
Expand Down

0 comments on commit 71a11c8

Please sign in to comment.