Skip to content

Commit 24e02eb

Browse files
author
gsherman
committed
Added missing header to qgsspatialitesridsdialog.cpp
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13241 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 71cc83c commit 24e02eb

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/app/qgsspatialitesridsdialog.cpp

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
/***************************************************************************
2+
QgsSpatialiteSridsDialog.cpp - Dialog for selecting an
3+
SRID from a Spatialite spatial_ref_sys table
4+
-------------------
5+
begin : 2010-04-03
6+
copyright : (C) 2010 by Gary Sherman
7+
email : gsherman@geoapt.com
8+
***************************************************************************/
9+
10+
/***************************************************************************
11+
* *
12+
* This program is free software; you can redistribute it and/or modify *
13+
* it under the terms of the GNU General Public License as published by *
14+
* the Free Software Foundation; either version 2 of the License, or *
15+
* (at your option) any later version. *
16+
* *
17+
***************************************************************************/
18+
/* $Id$ */
119
#include <QMessageBox>
220
#include "qgsspatialitesridsdialog.h"
321
QgsSpatialiteSridsDialog::QgsSpatialiteSridsDialog( QWidget *parent, Qt::WFlags fl )

0 commit comments

Comments
 (0)