revert r13584 noop

git-svn-id: http://svn.osgeo.org/qgis/trunk@13604 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
jef 2010-05-30 19:22:47 +00:00
parent b6dc91e70d
commit d2c837cff6

View File

@ -353,10 +353,6 @@ bool QgsAttributeDialog::eventFilter( QObject *obj, QEvent *e )
break;
}
}
else if ( e->type() == QEvent::FocusIn && qobject_cast<QLineEdit *>( obj ) )
{
qobject_cast<QLineEdit *>( obj )->selectAll();
}
return false;
}