mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Sipify and style
This commit is contained in:
parent
7aa830430f
commit
f2a6780973
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user