Fix failing tests

This commit is contained in:
Nyall Dawson 2016-01-11 16:39:01 +11:00
parent 8b28c040d1
commit 8779091225
5 changed files with 3 additions and 1 deletions

View File

@ -467,8 +467,9 @@ class QgsPalLayerSettings
/** Ordered list of predefined label positions for points. Positions earlier
* in the list will be prioritised over later positions. Only used when the placement
* is set to QgsPalLayerSettings::OrderedPositionsAroundPoint.
* @note not available in Python bindings
*/
QVector< QgsPalLayerSettings::PredefinedPointPosition > predefinedPositionOrder;
//QVector< QgsPalLayerSettings::PredefinedPointPosition > predefinedPositionOrder;
/** True if only labels which completely fit within a polygon are allowed.
*/

View File

@ -456,6 +456,7 @@ class CORE_EXPORT QgsPalLayerSettings
/** Ordered list of predefined label positions for points. Positions earlier
* in the list will be prioritised over later positions. Only used when the placement
* is set to QgsPalLayerSettings::OrderedPositionsAroundPoint.
* @note not available in Python bindings
*/
QVector< PredefinedPointPosition > predefinedPositionOrder;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1005 B

After

Width:  |  Height:  |  Size: 999 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1004 B

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.