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