[QGIS Commit] r11850 - trunk/qgis/python/core

svn_qgis at osgeo.org svn_qgis at osgeo.org
Mon Oct 26 11:16:39 EDT 2009


Author: mhugent
Date: 2009-10-26 11:16:38 -0400 (Mon, 26 Oct 2009)
New Revision: 11850

Modified:
   trunk/qgis/python/core/qgscomposermap.sip
Log:
Remove inline functions in sip file

Modified: trunk/qgis/python/core/qgscomposermap.sip
===================================================================
--- trunk/qgis/python/core/qgscomposermap.sip	2009-10-26 15:10:04 UTC (rev 11849)
+++ trunk/qgis/python/core/qgscomposermap.sip	2009-10-26 15:16:38 UTC (rev 11850)
@@ -196,8 +196,8 @@
 
     /**Sets distance between map frame and annotations
     @note this function was added in version 1.4*/
-    void setAnnotationFrameDistance( double d ) {mAnnotationFrameDistance = d;}
-    double annotationFrameDistance() const {return mAnnotationFrameDistance;}
+    void setAnnotationFrameDistance( double d );
+    double annotationFrameDistance() const;
 
     /**Sets grid annotation direction. Can be horizontal, vertical, direction of axis and horizontal and vertical
     @note this function was added in version 1.4*/



More information about the QGIS-commit mailing list