mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
Remove a comment - minor change
git-svn-id: http://svn.osgeo.org/qgis/trunk@4436 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
6c30cb129d
commit
c09a0dc6d8
@ -537,8 +537,6 @@ void QgisApp::createActions()
|
||||
mActionIdentify->setStatusTip(tr("Click on features to identify them"));
|
||||
connect(mActionIdentify, SIGNAL(triggered()), this, SLOT(identify()));
|
||||
//
|
||||
// ------- checked till here
|
||||
//
|
||||
mActionSelect= new QAction(QIcon(iconPath+"/mActionSelect.png"), tr("Select Features"), this);
|
||||
mActionSelect->setStatusTip(tr("Select Features"));
|
||||
connect(mActionSelect, SIGNAL(triggered()), this, SLOT(select()));
|
||||
|
Loading…
x
Reference in New Issue
Block a user