Skip to content

Commit f2a6780

Browse files
committedMar 5, 2018
Sipify and style
1 parent 7aa8304 commit f2a6780

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎python/core/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ def __exit__(self, ex_type, ex_value, traceback):
214214

215215

216216
class ReadWriteContextEnterCategory():
217+
217218
def __init__(self, context, category_name, details=None):
218219
self.context = context
219220
self.category_name = category_name

‎python/core/qgsproject.sip.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1142,9 +1142,11 @@ advertised by this signal.
11421142

11431143
void projectDirty( const bool dirty );
11441144
%Docstring
1145-
Emitted, when the project dirty status changes.
1145+
Emitted when the project dirty status changes.
11461146

11471147
:param dirty: True if the project is in a dirty state and has pending unsaved changes.
1148+
1149+
.. versionadded:: 3.2
11481150
%End
11491151

11501152
public slots:

0 commit comments

Comments
 (0)
Please sign in to comment.