Skip to content

Commit f29c48b

Browse files
committedSep 25, 2018
Dox
1 parent fd1d6c1 commit f29c48b

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed
 

‎python/analysis/auto_generated/raster/qgsrastercalculator.sip.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ class QgsRasterCalculatorEntry
1414
{
1515
%Docstring
1616
Represents an individual raster layer/band number entry within a raster calculation.
17+
18+
.. versionadded:: 2.18
1719
%End
1820

1921
%TypeHeaderCode

‎src/analysis/raster/qgsrastercalculator.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class QgsFeedback;
3333
* \ingroup analysis
3434
* \class QgsRasterCalculatorEntry
3535
* Represents an individual raster layer/band number entry within a raster calculation.
36+
* \since QGIS 2.18
3637
*/
3738
class ANALYSIS_EXPORT QgsRasterCalculatorEntry
3839
{

‎tests/src/analysis/testqgsrastercalculator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ void TestQgsRasterCalculator::errors()
599599
QCOMPARE( static_cast< int >( rc.processCalculation() ), 1 );
600600
QCOMPARE( rc.lastError(), QStringLiteral( "Could not create output /goodluckwritinghere/blah/blah.tif" ) );
601601

602-
// cancelled
602+
// canceled
603603
QgsFeedback feedback;
604604
feedback.cancel();
605605
rc = QgsRasterCalculator( QStringLiteral( "\"landsat@0\"" ),

0 commit comments

Comments
 (0)
Please sign in to comment.