mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-04 18:20:42 +00:00
Fix:Daily Search: change equal comparion issue
This commit is contained in:
parent
5e57a3bf84
commit
0bf1e215fd
@ -330,9 +330,6 @@ void DailySearchTab::populateControl() {
|
||||
opCodeMap.insert( opCodeStr(OP_LE),OP_LE);
|
||||
opCodeMap.insert( opCodeStr(OP_GE),OP_GE);
|
||||
opCodeMap.insert( opCodeStr(OP_EQ),OP_EQ);
|
||||
opCodeMap.insert( opCodeStr(OP_NE),OP_NE);
|
||||
opCodeMap.insert( opCodeStr(OP_CONTAINS),OP_CONTAINS);
|
||||
opCodeMap.insert( opCodeStr(OP_WILDCARD),OP_WILDCARD);
|
||||
|
||||
// The order here is the order in the popup box
|
||||
operationCombo->clear();
|
||||
|
Loading…
Reference in New Issue
Block a user