This commit is contained in:
Denis Rouzaud 2018-10-05 09:01:32 -04:00
parent 2ff3f762d6
commit 77bfec68c3
2 changed files with 2 additions and 2 deletions

View File

@ -603,7 +603,7 @@ status bar (do not use the native Qt statusBar() method).
virtual void takeAppScreenShots( const QString &saveDirectory, const int categories = 0 );
%Docstring
Take screenshots for user documentation
@param saveDirectory path were the screenshots will be saved
@param saveDirectory path where the screenshots will be saved
@param categories an int as a flag value of QgsAppScreenShots.Categories
.. versionadded:: 3.4

View File

@ -530,7 +530,7 @@ class GUI_EXPORT QgisInterface : public QObject
/**
* Take screenshots for user documentation
* @param saveDirectory path were the screenshots will be saved
* @param saveDirectory path where the screenshots will be saved
* @param categories an int as a flag value of QgsAppScreenShots::Categories
* \since QGIS 3.4
*/