Right aligned the regex check
decklist - Right aligned the regex check
This commit is contained in:
parent
67c4d089be
commit
504a56cf95
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ bool DeckList::loadFromStream_Plain(QTextStream &in)
|
|||
rx.setPattern("\\(.*\\)");
|
||||
line.remove(rx);
|
||||
//Filter out post card name editions
|
||||
rx.setPattern("\\|.*");
|
||||
rx.setPattern("\\|.*$");
|
||||
line.remove(rx);
|
||||
line = line.simplified();
|
||||
|
||||
|
|
Loading…
Reference in a new issue