File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13066,7 +13066,7 @@ void QgisApp::zoomToBookmarkIndex( const QModelIndex &index )
13066
13066
void QgisApp::takeAppScreenShots( const QString &saveDirectory, const int categories )
13067
13067
{
13068
13068
QgsAppScreenShots ass( saveDirectory );
13069
- ass.takeScreenshots ( QgsAppScreenShots::Categories( categories ) );
13069
+ ass.takePicturesOf ( QgsAppScreenShots::Categories( categories ) );
13070
13070
}
13071
13071
13072
13072
// Slot that gets called when the project file was saved with an older
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ QScreen *QgsAppScreenShots::screen( QWidget *widget )
115
115
return screen;
116
116
}
117
117
118
- void QgsAppScreenShots::takeScreenshots ( Categories categories )
118
+ void QgsAppScreenShots::takePicturesOf ( Categories categories )
119
119
{
120
120
if ( !categories || categories.testFlag ( VectorLayerProperties ) )
121
121
takeVectorLayerProperties ();
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ class QgsAppScreenShots
52
52
QgsAppScreenShots ( const QString &saveDirectory );
53
53
54
54
// ! if categories is null, then takes all categories
55
- void takeScreenshots ( Categories categories = nullptr );
55
+ void takePicturesOf ( Categories categories = nullptr );
56
56
57
57
private:
58
58
QScreen *screen ( QWidget *widget = nullptr );
You can’t perform that action at this time.
0 commit comments