Making templateAttrs a const method - so exporting doesn't diry the tool

This commit is contained in:
Markus Lampert
2017-10-08 18:32:15 -07:00
parent 9d98ac390e
commit 0e1fb178c5
3 changed files with 3 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ deletes the tool found at the given position</UserDocu>
<UserDocu>setFromTemplate(dict) ... restores receiver from given template attribute dictionary</UserDocu>
</Documentation>
</Methode>
<Methode Name="templateAttrs">
<Methode Name="templateAttrs" Const="true">
<Documentation>
<UserDocu>templateAttrs() ... returns a dictionary representing the receivers attributes for a template</UserDocu>
</Documentation>