Fixed mask image and docs

This commit is contained in:
Alessandro Pasotti 2018-02-27 08:46:30 +00:00
parent 5fbcb8e5ed
commit 27ab59c628
2 changed files with 2 additions and 1 deletions

View File

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