[QGIS Commit] r14699 - trunk/qgis/src/core
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Wed Nov 17 10:18:17 EST 2010
Author: mhugent
Date: 2010-11-17 07:18:17 -0800 (Wed, 17 Nov 2010)
New Revision: 14699
Modified:
trunk/qgis/src/core/qgslabelsearchtree.h
trunk/qgis/src/core/qgsmaprenderer.h
Log:
Added CORE_EXPORTs
Modified: trunk/qgis/src/core/qgslabelsearchtree.h
===================================================================
--- trunk/qgis/src/core/qgslabelsearchtree.h 2010-11-17 15:05:17 UTC (rev 14698)
+++ trunk/qgis/src/core/qgslabelsearchtree.h 2010-11-17 15:18:17 UTC (rev 14699)
@@ -30,7 +30,7 @@
using namespace pal;
/**A class to query the labeling structure at a given point (small wraper around pal RTree class)*/
-class QgsLabelSearchTree
+class CORE_EXPORT QgsLabelSearchTree
{
public:
QgsLabelSearchTree();
Modified: trunk/qgis/src/core/qgsmaprenderer.h
===================================================================
--- trunk/qgis/src/core/qgsmaprenderer.h 2010-11-17 15:05:17 UTC (rev 14698)
+++ trunk/qgis/src/core/qgsmaprenderer.h 2010-11-17 15:18:17 UTC (rev 14699)
@@ -39,7 +39,7 @@
class QgsVectorLayer;
class QgsFeature;
-struct QgsLabelPosition
+struct CORE_EXPORT QgsLabelPosition
{
QgsLabelPosition( int id, double r, const QVector< QgsPoint >& corners, const QgsRectangle& rect, double w, double h, const QString& layer, bool upside_down ):
featureId( id ), rotation( r ), cornerPoints( corners ), labelRect( rect ), width( w ), height( h ), layerID( layer ), upsideDown( upside_down ) {}
More information about the QGIS-commit
mailing list