QGIS/tools/spit/qgsshapefile.cpp
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

33 lines
1.3 KiB
C++

/***************************************************************************
qgsshapefile.cpp - 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 <ogrsf_frmts.h>
#include <ogr_geometry.h>
#include "qgsshapefile.h"
QgsShapeFile::QgsShapeFile(QString filename){
/*
ogrDataSource = OGRSFDriverRegistrar::Open((const char *) filename);
if (ogrDataSource != NULL) qWarning("Valid!");
else qWarning("Invalid!");
*/
}
QgsShapeFile::~QgsShapeFile(){
}