Sipify and style

This commit is contained in:
Nyall Dawson 2018-03-05 19:15:06 +10:00
parent 7aa830430f
commit f2a6780973
2 changed files with 4 additions and 1 deletions

View File

@ -214,6 +214,7 @@ class edit(object):
class ReadWriteContextEnterCategory():
def __init__(self, context, category_name, details=None):
self.context = context
self.category_name = category_name

View File

@ -1142,9 +1142,11 @@ advertised by this signal.
void projectDirty( const bool dirty );
%Docstring
Emitted, when the project dirty status changes.
Emitted when the project dirty status changes.
:param dirty: True if the project is in a dirty state and has pending unsaved changes.
.. versionadded:: 3.2
%End
public slots: