mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-26 00:02:08 -05:00
Resinstated this file but only with constructor and destructor
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@909 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
bfcb9fff1b
commit
4829df0a64
32
src/qgisinterface.cpp
Normal file
32
src/qgisinterface.cpp
Normal file
@ -0,0 +1,32 @@
|
||||
/***************************************************************************
|
||||
* qgisinterface.cpp
|
||||
* Abstract base class for interfaces to functions in QgisApp
|
||||
* -------------------
|
||||
* begin : 2004-02-11
|
||||
* copyright : (C) 2004 by Gary E.Sherman
|
||||
* email : sherman at mrcc.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 <iostream>
|
||||
#include "qgisinterface.h"
|
||||
#include "qgisapp.h"
|
||||
|
||||
QgisInterface::QgisInterface(QgisApp * _qgis, const char *name):QWidget(_qgis, name)
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
QgisInterface::~QgisInterface()
|
||||
{
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user