Skip to content

Commit cf55686

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@10437 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 040d2e6 commit cf55686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/georeferencer/qgspointdialog.cpp

Lines changed: 1 addition & 1 deletion
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)