mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
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…
Add table
Add a link
Reference in a new issue