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
parent 67c4d089be
commit 504a56cf95

View file

@ -450,7 +450,7 @@ bool DeckList::loadFromStream_Plain(QTextStream &in)
rx.setPattern("\\(.*\\)"); rx.setPattern("\\(.*\\)");
line.remove(rx); line.remove(rx);
//Filter out post card name editions //Filter out post card name editions
rx.setPattern("\\|.*"); rx.setPattern("\\|.*$");
line.remove(rx); line.remove(rx);
line = line.simplified(); line = line.simplified();