mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
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:
parent
ee19d5f34e
commit
08cdd0b182
@ -196,8 +196,8 @@ class QgsComposerMap : QObject, QgsComposerItem
|
|||||||
|
|
||||||
/**Sets distance between map frame and annotations
|
/**Sets distance between map frame and annotations
|
||||||
@note this function was added in version 1.4*/
|
@note this function was added in version 1.4*/
|
||||||
void setAnnotationFrameDistance( double d ) {mAnnotationFrameDistance = d;}
|
void setAnnotationFrameDistance( double d );
|
||||||
double annotationFrameDistance() const {return mAnnotationFrameDistance;}
|
double annotationFrameDistance() const;
|
||||||
|
|
||||||
/**Sets grid annotation direction. Can be horizontal, vertical, direction of axis and horizontal and vertical
|
/**Sets grid annotation direction. Can be horizontal, vertical, direction of axis and horizontal and vertical
|
||||||
@note this function was added in version 1.4*/
|
@note this function was added in version 1.4*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user