mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Fix doxy deprecated
This commit is contained in:
parent
be374104ea
commit
56a6df4d71
@ -54,8 +54,6 @@ Constructor for QgsRasterFileWriterTask. Takes a source ``writer``,
|
||||
coordinate ``transformContext`` .
|
||||
Ownership of the ``pipe`` is transferred to the writer task, and will
|
||||
be deleted when the task completes.
|
||||
|
||||
.. deprecated:: since QGIS 3.8, use version with transformContext instead
|
||||
%End
|
||||
|
||||
virtual void cancel();
|
||||
|
@ -60,7 +60,6 @@ class CORE_EXPORT QgsRasterFileWriterTask : public QgsTask
|
||||
* coordinate \a transformContext .
|
||||
* Ownership of the \a pipe is transferred to the writer task, and will
|
||||
* be deleted when the task completes.
|
||||
* \deprecated since QGIS 3.8, use version with transformContext instead
|
||||
*/
|
||||
QgsRasterFileWriterTask( const QgsRasterFileWriter &writer, QgsRasterPipe *pipe SIP_TRANSFER,
|
||||
int columns, int rows,
|
||||
|
Loading…
x
Reference in New Issue
Block a user