Skip to content

Commit 35cc686

Browse files
author
mhugent
committed
Remove inline functions in sip file
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11850 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 7672d42 commit 35cc686

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/core/qgscomposermap.sip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ class QgsComposerMap : QObject, QgsComposerItem
196196

197197
/**Sets distance between map frame and annotations
198198
@note this function was added in version 1.4*/
199-
void setAnnotationFrameDistance( double d ) {mAnnotationFrameDistance = d;}
200-
double annotationFrameDistance() const {return mAnnotationFrameDistance;}
199+
void setAnnotationFrameDistance( double d );
200+
double annotationFrameDistance() const;
201201

202202
/**Sets grid annotation direction. Can be horizontal, vertical, direction of axis and horizontal and vertical
203203
@note this function was added in version 1.4*/

0 commit comments

Comments
 (0)