Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
More helpful warnings generated during style conversion
  • Loading branch information
nyalldawson authored and nirvn committed Sep 15, 2020
1 parent 9e84cf0 commit 01f942f
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 62 deletions.
Expand Up @@ -120,6 +120,20 @@ Sets the sprite ``image`` and ``definitions`` JSON string to use during conversi
.. seealso:: :py:func:`spriteImage`

.. seealso:: :py:func:`spriteDefinitions`
%End

QString layerId() const;
%Docstring
Returns the layer ID of the layer currently being converted.

.. seealso:: :py:func:`setLayerId`
%End

void setLayerId( const QString &value );
%Docstring
Sets the layer ID of the layer currently being converted.

.. seealso:: :py:func:`layerId`
%End

};
Expand Down

0 comments on commit 01f942f

Please sign in to comment.