diff --git a/common/decklist.cpp b/common/decklist.cpp index b100962d..74cfd294 100644 --- a/common/decklist.cpp +++ b/common/decklist.cpp @@ -562,9 +562,9 @@ bool DeckList::loadFromStream_Plain(QTextStream &in) } // Filter out MWS edition symbols and basic land extras - QRegExp rx("\\[.*\\]"); + QRegExp rx("\\[.*\\]\\s?"); line.remove(rx); - rx.setPattern("\\(.*\\)"); + rx.setPattern("\\s?\\(.*\\)"); line.remove(rx); // Filter out post card name editions