Commented out call to getInt

git-svn-id: http://svn.osgeo.org/qgis/trunk@908 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2004-02-23 23:09:45 +00:00
parent 402e439950
commit efd21cc43a

View File

@ -1910,7 +1910,8 @@ void QgisApp::testMapLayerPlugins()
// set the main window pointer for the plugin
pl->setQgisMainWindow(this);
#ifdef QGISDEBUG
std::cout << "getInt returned " << pl->getInt() << " from map layer plugin\n";
//the call to getInt is deprecated and this line should be removed
//std::cout << "getInt returned " << pl->getInt() << " from map layer plugin\n";
#endif
// set up the gui
pl->initGui();