Navigation Menu

Skip to content

Commit

Permalink
Sipify and style
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 5, 2018
1 parent 7aa8304 commit f2a6780
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions python/core/__init__.py
Expand Up @@ -214,6 +214,7 @@ def __exit__(self, ex_type, ex_value, traceback):


class ReadWriteContextEnterCategory():

def __init__(self, context, category_name, details=None):
self.context = context
self.category_name = category_name
Expand Down
4 changes: 3 additions & 1 deletion python/core/qgsproject.sip.in
Expand Up @@ -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:
Expand Down

0 comments on commit f2a6780

Please sign in to comment.