We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9054ed commit 32d7dfbCopy full SHA for 32d7dfb
src/plugins/georeferencer/qgspointdialog.cpp
@@ -82,7 +82,7 @@ QgsPointDialog::QgsPointDialog( QString layerPath, QgisInterface* theQgisInterfa
82
openImageFile( layerPath );
83
}
84
85
-QgsPointDialog::QgsPointDialog( QgisInterface* theQgisInterface, QWidget* parent, Qt::WFlags fl ): QDialog( parent, fl ), mLayer( 0 ), mIface( theQgisInterface ), mAcetateCounter( 0 )
+QgsPointDialog::QgsPointDialog( QgisInterface* theQgisInterface, QWidget* parent, Qt::WFlags fl ): QDialog( parent ), mLayer( 0 ), mIface( theQgisInterface ), mAcetateCounter( 0 )
86
{
87
initialize();
88
0 commit comments