mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
will you ever learn to run prepare-commit.sh before commiting?
git-svn-id: http://svn.osgeo.org/qgis/trunk@11805 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
6b4e526351
commit
6a00570abc
@ -274,11 +274,7 @@ bool QgsSearchTreeNode::checkAgainst( const QgsFieldMap& fields, const QgsAttrib
|
||||
str.replace( "_", "." );
|
||||
}
|
||||
|
||||
QRegExp re( str );
|
||||
res = re.exactMatch( value1.string() );
|
||||
QgsDebugMsgLevel( "REGEXP: " + str + " ~ " + value2.string(), 2 );
|
||||
QgsDebugMsgLevel( " res: " + res, 2 );
|
||||
return res;
|
||||
return QRegExp( str ).exactMatch( value1.string() );
|
||||
}
|
||||
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user