mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
fix warnings
This commit is contained in:
parent
791d71dd64
commit
24f1519b1b
@ -751,6 +751,7 @@ bool QgsComposerLegend::readXML( const QDomElement& itemElem, const QDomDocument
|
||||
else if ( name == "subgroup" ) s = QgsComposerLegendStyle::Subgroup;
|
||||
else if ( name == "symbol" ) s = QgsComposerLegendStyle::Symbol;
|
||||
else if ( name == "symbolLabel" ) s = QgsComposerLegendStyle::SymbolLabel;
|
||||
else continue;
|
||||
setStyle( s, style );
|
||||
}
|
||||
}
|
||||
|
@ -37,12 +37,12 @@ typedef ErrorList( topolTest::*testFunction )( double, QgsVectorLayer*, QgsVecto
|
||||
class TopologyRule
|
||||
{
|
||||
public:
|
||||
testFunction f;
|
||||
bool useSecondLayer;
|
||||
bool useTolerance;
|
||||
bool useSpatialIndex;
|
||||
QList<QGis::GeometryType> layer1SupportedTypes;
|
||||
QList<QGis::GeometryType> layer2SupportedTypes;
|
||||
testFunction f;
|
||||
|
||||
bool layer1AcceptsType( QGis::GeometryType type )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user