missing sip

This commit is contained in:
Radim Blazek 2016-01-09 16:33:56 +01:00
parent 39072959ff
commit 689be029d4

View File

@ -278,6 +278,7 @@ class QgsRasterDataProvider : QgsDataProvider, QgsRasterInterface
* Emitted theProgress is in percents (0.0-100.0) */
void progress( int theType, double theProgress, const QString& theMessage );
void progressUpdate( int theProgress );
void statusChanged( const QString& );
protected: