From 77bfec68c3b5688ce5a735ee88e0adcb69e08afd Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Fri, 5 Oct 2018 09:01:32 -0400 Subject: [PATCH] fix typo --- python/gui/auto_generated/qgisinterface.sip.in | 2 +- src/gui/qgisinterface.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/gui/auto_generated/qgisinterface.sip.in b/python/gui/auto_generated/qgisinterface.sip.in index 399a26f80dc..e3eebfd230a 100644 --- a/python/gui/auto_generated/qgisinterface.sip.in +++ b/python/gui/auto_generated/qgisinterface.sip.in @@ -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 diff --git a/src/gui/qgisinterface.h b/src/gui/qgisinterface.h index 565eb1751f0..ca59d6881e7 100644 --- a/src/gui/qgisinterface.h +++ b/src/gui/qgisinterface.h @@ -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 */