mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	Try to hide member from sip
This commit is contained in:
		
							parent
							
								
									74e5ee132e
								
							
						
					
					
						commit
						eface49a6a
					
				@ -36,7 +36,6 @@ of all features rendered on a map.
 | 
			
		||||
 | 
			
		||||
    struct RenderedFeatureContext
 | 
			
		||||
    {
 | 
			
		||||
      bool dummy;
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    virtual void handleRenderedFeature( const QgsFeature &feature, const QgsGeometry &renderedBounds, const QgsRenderedFeatureHandlerInterface::RenderedFeatureContext &context ) = 0;
 | 
			
		||||
 | 
			
		||||
@ -17,6 +17,7 @@
 | 
			
		||||
#define QGSRENDEREDFEATUREHANDLERINTERFACE_H
 | 
			
		||||
 | 
			
		||||
#include "qgis_core.h"
 | 
			
		||||
#include "qgis_sip.h"
 | 
			
		||||
#include <QSet>
 | 
			
		||||
#include <QString>
 | 
			
		||||
 | 
			
		||||
@ -51,7 +52,7 @@ class CORE_EXPORT QgsRenderedFeatureHandlerInterface
 | 
			
		||||
    {
 | 
			
		||||
      ///@cond PRIVATE
 | 
			
		||||
      // required to allow compilation only until real members are present
 | 
			
		||||
      bool dummy;
 | 
			
		||||
      bool dummy; SIP_SKIP
 | 
			
		||||
      ///@endcond
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user