Skip to content

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎src/qgisapp.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,8 +537,6 @@ void QgisApp::createActions()
537537
mActionIdentify->setStatusTip(tr("Click on features to identify them"));
538538
connect(mActionIdentify, SIGNAL(triggered()), this, SLOT(identify()));
539539
//
540-
// ------- checked till here
541-
//
542540
mActionSelect= new QAction(QIcon(iconPath+"/mActionSelect.png"), tr("Select Features"), this);
543541
mActionSelect->setStatusTip(tr("Select Features"));
544542
connect(mActionSelect, SIGNAL(triggered()), this, SLOT(select()));

0 commit comments

Comments
 (0)
Please sign in to comment.