mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
[Georeferencer] fix bad allocation error
This commit is contained in:
parent
71a799f0c1
commit
76c39984cd
@ -73,6 +73,7 @@ QgsGeorefDockWidget::QgsGeorefDockWidget( const QString & title, QWidget * paren
|
||||
|
||||
QgsGeorefPluginGui::QgsGeorefPluginGui( QgisInterface* theQgisInterface, QWidget* parent, Qt::WFlags fl )
|
||||
: QMainWindow( parent, fl )
|
||||
, mMousePrecisionDecimalPlaces( 0 )
|
||||
, mTransformParam( QgsGeorefTransform::InvalidTransform )
|
||||
, mIface( theQgisInterface )
|
||||
, mLayer( 0 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user