mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
Removed call to getInt()
git-svn-id: http://svn.osgeo.org/qgis/trunk@911 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
baafd7b07e
commit
221c115f19
@ -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 );
|
||||
|
@ -10,7 +10,6 @@ public:
|
||||
MapLayerTest();
|
||||
void setQgisMainWindow(QMainWindow *app);
|
||||
void setCoordinateTransform(QgsCoordinateTransform *xform);
|
||||
int getInt();
|
||||
void initGui();
|
||||
public slots:
|
||||
void open();
|
||||
|
Loading…
x
Reference in New Issue
Block a user