mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04:00
Fixed mask image and docs
This commit is contained in:
parent
5fbcb8e5ed
commit
27ab59c628
@ -146,8 +146,8 @@ class CORE_EXPORT QgsCompositionConverter
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Check if the given \a document is a composition template
|
* Check if the given \a document is a composition template
|
||||||
* \param document a dom document
|
|
||||||
* \return true if the document is a composition template
|
* \return true if the document is a composition template
|
||||||
|
* \since QGIS 3.0.1
|
||||||
*/
|
*/
|
||||||
static bool isCompositionTemplate( const QDomDocument &document );
|
static bool isCompositionTemplate( const QDomDocument &document );
|
||||||
|
|
||||||
@ -156,6 +156,7 @@ class CORE_EXPORT QgsCompositionConverter
|
|||||||
* \param document containing a composition
|
* \param document containing a composition
|
||||||
* \param project
|
* \param project
|
||||||
* \return dom document with the converted template
|
* \return dom document with the converted template
|
||||||
|
* \since QGIS 3.0.1
|
||||||
*/
|
*/
|
||||||
static QDomDocument convertCompositionTemplate( const QDomDocument
|
static QDomDocument convertCompositionTemplate( const QDomDocument
|
||||||
&document, QgsProject *project );
|
&document, QgsProject *project );
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 142 KiB After Width: | Height: | Size: 13 KiB |
Loading…
x
Reference in New Issue
Block a user