Comment out a slot connect to a slot that no longer exists

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5607 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
g_j_m 2006-07-17 04:28:21 +00:00
parent 9b6c654632
commit 933ec5d3f4

View File

@ -3667,7 +3667,8 @@ void QgsRasterLayer::initContextMenu_(QgisApp * theApp)
#endif //0
popMenu->addAction(tr("&Convert to..."), this, SLOT(convertTo()));
// There is no such slot anymore...
//popMenu->addAction(tr("&Convert to..."), this, SLOT(convertTo()));
} // QgsRasterLayer::initContextMenu
void QgsRasterLayer::updateProgress(int theProgress, int theMax)