Remove inline functions in sip file

git-svn-id: http://svn.osgeo.org/qgis/trunk@11850 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
mhugent 2009-10-26 15:16:38 +00:00
parent ee19d5f34e
commit 08cdd0b182

View File

@ -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*/