File tree 2 files changed +6
-4
lines changed
python/gui/auto_generated
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -615,8 +615,9 @@ status bar (do not use the native Qt statusBar() method).
615
615
virtual void takeAppScreenShots( const QString &saveDirectory, const int categories = 0 );
616
616
%Docstring
617
617
Take screenshots for user documentation
618
- @param saveDirectory path where the screenshots will be saved
619
- @param categories an int as a flag value of QgsAppScreenShots.Categories
618
+
619
+ :param saveDirectory: path where the screenshots will be saved
620
+ :param categories: an int as a flag value of QgsAppScreenShots.Categories
620
621
621
622
.. versionadded:: 3.4
622
623
%End
Original file line number Diff line number Diff line change @@ -543,8 +543,9 @@ class GUI_EXPORT QgisInterface : public QObject
543
543
544
544
/* *
545
545
* Take screenshots for user documentation
546
- * @param saveDirectory path where the screenshots will be saved
547
- * @param categories an int as a flag value of QgsAppScreenShots::Categories
546
+ *
547
+ * \param saveDirectory path where the screenshots will be saved
548
+ * \param categories an int as a flag value of QgsAppScreenShots::Categories
548
549
* \since QGIS 3.4
549
550
*/
550
551
virtual void takeAppScreenShots ( const QString &saveDirectory, const int categories = 0 ) {Q_UNUSED ( saveDirectory ); Q_UNUSED ( categories );}
You can’t perform that action at this time.
0 commit comments