QGIS/tools/spit/qgsshapefile.h
rawbytes a78576a6a0 added some window rezise functionality
git-svn-id: http://svn.osgeo.org/qgis/trunk@338 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-22 03:28:55 +00:00

34 lines
1.2 KiB
C++

/***************************************************************************
qgsshapefile.h - description
-------------------
begin : Fri Dec 19 2003
copyright : (C) 2003 by Denis Antipov
email :
***************************************************************************/
/***************************************************************************
* *
* 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. *
* *
***************************************************************************/
#include<qstring.h>
//#include "qva OGRDataSource *ogrDataSource;luevector.h"
class QgsShapeFile
{
public:
QgsShapeFile(QString filename);
~QgsShapeFile();
private:
//OGRDataSource *ogrDataSource;
};