Removed call to getInt()

git-svn-id: http://svn.osgeo.org/qgis/trunk@911 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2004-02-23 23:17:27 +00:00
parent baafd7b07e
commit 221c115f19
2 changed files with 0 additions and 4 deletions

View File

@ -13,9 +13,6 @@ void MapLayerTest::setQgisMainWindow(QMainWindow *app){
void MapLayerTest::setCoordinateTransform(QgsCoordinateTransform *xform){
coordTransform = xform;
}
int MapLayerTest::getInt(){
return 999;
}
void MapLayerTest::initGui(){
// setup the menu
QPopupMenu *mapLayerPluginMenu = new QPopupMenu( qgisApp );

View File

@ -10,7 +10,6 @@ public:
MapLayerTest();
void setQgisMainWindow(QMainWindow *app);
void setCoordinateTransform(QgsCoordinateTransform *xform);
int getInt();
void initGui();
public slots:
void open();