Skip to content

Commit 4dff232

Browse files
author
wonder
committed
PyQGIS: disabled compilation of wrappers for symbol level symbols due a build error.
git-svn-id: http://svn.osgeo.org/qgis/branches/symbology-ng-branch@11421 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent c38471b commit 4dff232

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/core/symbology-ng-core.sip

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ typedef QList<QgsSymbolV2*> QgsSymbolV2List;
33

44
///////////////
55

6-
6+
/*
77
class QgsSymbolV2LevelItem
88
{
99
%TypeHeaderCode
@@ -21,6 +21,7 @@ typedef QList< QgsSymbolV2LevelItem > QgsSymbolV2Level;
2121

2222
// this is a list of levels
2323
typedef QList< QgsSymbolV2Level > QgsSymbolV2LevelOrder;
24+
*/
2425

2526
///////////////
2627

0 commit comments

Comments
 (0)