mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
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:
parent
402e439950
commit
efd21cc43a
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user