Skip to content

Commit

Permalink
Added missing header to qgsspatialitesridsdialog.cpp
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@13241 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Apr 5, 2010
1 parent f36bfa5 commit 338fe92
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/app/qgsspatialitesridsdialog.cpp
@@ -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@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 )
Expand Down

0 comments on commit 338fe92

Please sign in to comment.