[QGIS Commit] r13241 - trunk/qgis/src/app
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Sun Apr 4 22:43:41 EDT 2010
Author: gsherman
Date: 2010-04-04 22:43:41 -0400 (Sun, 04 Apr 2010)
New Revision: 13241
Modified:
trunk/qgis/src/app/qgsspatialitesridsdialog.cpp
Log:
Added missing header to qgsspatialitesridsdialog.cpp
Modified: trunk/qgis/src/app/qgsspatialitesridsdialog.cpp
===================================================================
--- trunk/qgis/src/app/qgsspatialitesridsdialog.cpp 2010-04-05 02:32:06 UTC (rev 13240)
+++ trunk/qgis/src/app/qgsspatialitesridsdialog.cpp 2010-04-05 02:43:41 UTC (rev 13241)
@@ -1,3 +1,21 @@
+/***************************************************************************
+ QgsSpatialiteSridsDialog.cpp - Dialog for selecting an
+ SRID from a Spatialite spatial_ref_sys table
+ -------------------
+ begin : 2010-04-03
+ copyright : (C) 2010 by Gary Sherman
+ email : gsherman at geoapt.com
+ ***************************************************************************/
+
+/***************************************************************************
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or *
+ * (at your option) any later version. *
+ * *
+ ***************************************************************************/
+/* $Id$ */
#include <QMessageBox>
#include "qgsspatialitesridsdialog.h"
QgsSpatialiteSridsDialog::QgsSpatialiteSridsDialog( QWidget *parent, Qt::WFlags fl )
More information about the QGIS-commit
mailing list