This commit is contained in:
Peter Petrik 2018-11-12 16:26:35 +01:00
parent 9f645c6bd2
commit 0e413c04bc

View File

@ -26,11 +26,8 @@ task. This can be used to draw maps without blocking the QGIS interface.
enum ErrorType
{
//! Image allocation failure
ImageAllocationFail,
//! Image save failure
ImageSaveFail,
ImageUnsupportedFormat
};