mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-18 00:03:05 -04:00
Fixup
This commit is contained in:
parent
6f43c98d0a
commit
80c0b944f0
@ -98,6 +98,7 @@ void QgsSymbolLayer::initPropertyDefinitions()
|
||||
{ QgsSymbolLayer::PropertyPointCount, QgsPropertyDefinition( "pointCount", QObject::tr( "Point count" ), QgsPropertyDefinition::IntegerPositive, origin )},
|
||||
{ QgsSymbolLayer::PropertyRandomSeed, QgsPropertyDefinition( "randomSeed", QgsPropertyDefinition::DataTypeNumeric, QObject::tr( "Random number seed" ), QObject::tr( "integer > 0, or 0 for completely random sequence" ), origin )},
|
||||
{ QgsSymbolLayer::PropertyClipPoints, QgsPropertyDefinition( "clipPoints", QObject::tr( "Clip markers" ), QgsPropertyDefinition::Boolean, origin )},
|
||||
{ QgsSymbolLayer::PropertyClipPoints, QgsPropertyDefinition( "densityArea", QObject::tr( "Density area" ), QgsPropertyDefinition::DoublePositive, origin )},
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -288,8 +288,7 @@ void TestQgsRangeWidgetWrapper::test_setDoubleLimits()
|
||||
|
||||
void TestQgsRangeWidgetWrapper::test_nulls()
|
||||
{
|
||||
|
||||
QgsApplication::setNullRepresentation( QString() );
|
||||
QgsApplication::setNullRepresentation( QString( "" ) );
|
||||
|
||||
QVariantMap cfg;
|
||||
cfg.insert( QStringLiteral( "Min" ), 100.00 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user