mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
fix windows build
This commit is contained in:
parent
05e3258ce8
commit
7297b23be0
@ -28,7 +28,7 @@
|
||||
class QgsVectorLayer;
|
||||
|
||||
/**A renderer that automatically displaces points with the same position*/
|
||||
class QgsPointDisplacementRenderer: public QgsFeatureRendererV2
|
||||
class CORE_EXPORT QgsPointDisplacementRenderer: public QgsFeatureRendererV2
|
||||
{
|
||||
public:
|
||||
QgsPointDisplacementRenderer( const QString& labelAttributeName = "" );
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
class QgsPointDisplacementRenderer;
|
||||
|
||||
class QgsPointDisplacementRendererWidget: public QgsRendererV2Widget, private Ui::QgsPointDisplacementRendererWidgetBase
|
||||
class GUI_EXPORT QgsPointDisplacementRendererWidget: public QgsRendererV2Widget, private Ui::QgsPointDisplacementRendererWidgetBase
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user