Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Sipify
  • Loading branch information
nyalldawson committed Jan 21, 2020
1 parent 10e07ea commit ea7cdbd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions python/core/auto_generated/qgsproject.sip.in
Expand Up @@ -88,6 +88,16 @@ Returns the project's title.
Since QGIS 3.2 this is just a shortcut to retrieving the title from the project's metadata().
%End

QString saveUser() const;
%Docstring
Returns the user name that did the last save.
%End

QString saveUserFullname() const;
%Docstring
Returns the full user name that did the last save.
%End

bool isDirty() const;
%Docstring
Returns ``True`` if the project has been modified since the last write()
Expand Down

0 comments on commit ea7cdbd

Please sign in to comment.