[QGIS Commit] r10437 - trunk/qgis/src/plugins/georeferencer
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Sat Mar 28 14:04:07 EDT 2009
Author: macho
Date: 2009-03-28 14:04:06 -0400 (Sat, 28 Mar 2009)
New Revision: 10437
Modified:
trunk/qgis/src/plugins/georeferencer/qgspointdialog.cpp
Log:
bringing back decoration to georeferencer plugin - can someone look after it because this is my first alone C commit
Modified: trunk/qgis/src/plugins/georeferencer/qgspointdialog.cpp
===================================================================
--- trunk/qgis/src/plugins/georeferencer/qgspointdialog.cpp 2009-03-28 13:25:11 UTC (rev 10436)
+++ trunk/qgis/src/plugins/georeferencer/qgspointdialog.cpp 2009-03-28 18:04:06 UTC (rev 10437)
@@ -82,7 +82,7 @@
openImageFile( layerPath );
}
-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 )
{
initialize();
}
More information about the QGIS-commit
mailing list