Right aligned the regex check

decklist - Right aligned the regex check
This commit is contained in:
jfreake 2014-01-08 12:55:44 -04:00 committed by Phoenix Osiris
parent 278dcaf1dc
commit f48f244bf4

View file

@ -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();