Skip to content

Commit 32d7dfb

Browse files
author
macho
committed
bringing back decoration to georeferencer plugin - can someone look after it because this is my first alone C commit
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10437 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent e9054ed commit 32d7dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/georeferencer/qgspointdialog.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ QgsPointDialog::QgsPointDialog( QString layerPath, QgisInterface* theQgisInterfa
8282
openImageFile( layerPath );
8383
}
8484

85-
QgsPointDialog::QgsPointDialog( QgisInterface* theQgisInterface, QWidget* parent, Qt::WFlags fl ): QDialog( parent, fl ), mLayer( 0 ), mIface( theQgisInterface ), mAcetateCounter( 0 )
85+
QgsPointDialog::QgsPointDialog( QgisInterface* theQgisInterface, QWidget* parent, Qt::WFlags fl ): QDialog( parent ), mLayer( 0 ), mIface( theQgisInterface ), mAcetateCounter( 0 )
8686
{
8787
initialize();
8888
}

0 commit comments

Comments
 (0)