From 08cdd0b182d7e589fcc0f56a05df60fc3b8c4e01 Mon Sep 17 00:00:00 2001 From: mhugent Date: Mon, 26 Oct 2009 15:16:38 +0000 Subject: [PATCH] Remove inline functions in sip file git-svn-id: http://svn.osgeo.org/qgis/trunk@11850 c8812cc2-4d05-0410-92ff-de0c093fc19c --- python/core/qgscomposermap.sip | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/core/qgscomposermap.sip b/python/core/qgscomposermap.sip index 0da3e8de033..63988d68790 100644 --- a/python/core/qgscomposermap.sip +++ b/python/core/qgscomposermap.sip @@ -196,8 +196,8 @@ class QgsComposerMap : QObject, QgsComposerItem /**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*/